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