Configure dependabot
This commit is contained in:
parent
0df7e0d555
commit
97fa8d70a7
10
.github/dependabot.yml
vendored
10
.github/dependabot.yml
vendored
@ -7,10 +7,20 @@ version: 2
|
||||
updates:
|
||||
- package-ecosystem: "npm" # See documentation for possible values
|
||||
directory: "/build/javascript" # Location of package manifests
|
||||
open-pull-requests-limit: 3
|
||||
schedule:
|
||||
interval: "daily"
|
||||
reviewers:
|
||||
- "gingervitis"
|
||||
- "mattdsteele"
|
||||
- "gabek"
|
||||
|
||||
- package-ecosystem: "gomod"
|
||||
directory: "/"
|
||||
open-pull-requests-limit: 3
|
||||
schedule:
|
||||
interval: "daily"
|
||||
reviewers:
|
||||
- "gabek"
|
||||
- "graywolf336"
|
||||
- "geekgonecrazy"
|
||||
|
Loading…
x
Reference in New Issue
Block a user