Setup dependabot for 3rd party go and javascript code
This commit is contained in:
parent
6ea9affce0
commit
fc988e1846
7
.github/dependabot.yml
vendored
7
.github/dependabot.yml
vendored
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user