Setup dependabot for 3rd party go and javascript code

This commit is contained in:
Gabe Kangas 2020-10-14 14:10:38 -07:00
parent 6ea9affce0
commit fc988e1846

View File

@ -6,6 +6,11 @@
version: 2
updates:
- package-ecosystem: "npm" # See documentation for possible values
directory: "/webroot" # Location of package manifests
directory: "/build/javascript" # Location of package manifests
schedule:
interval: "daily"
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "daily"