Update Dependabot config
- limit the number of open PRs - check for actions updates less often b/c this is less critical
This commit is contained in:
parent
01f2e02a1b
commit
b777444319
1 changed files with 4 additions and 2 deletions
6
.github/dependabot.yml
vendored
6
.github/dependabot.yml
vendored
|
|
@ -7,10 +7,12 @@ updates:
|
|||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
interval: "weekly"
|
||||
open-pull-requests-limit: 5
|
||||
|
||||
# Maintain dependencies for npm
|
||||
# Maintain dependencies for Go
|
||||
- package-ecosystem: "gomod"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
open-pull-requests-limit: 5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue