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:
Alexander Todorov 2021-08-27 12:38:55 +03:00 committed by Alexander Todorov
parent 01f2e02a1b
commit b777444319

View file

@ -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