Reduce dependabot frequency (#6799)

This commit is contained in:
Aaron Gable 2023-04-05 12:46:19 -07:00 committed by GitHub
parent 7e994a1216
commit 0b4d2f4a66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -3,12 +3,12 @@ version: 2
updates: updates:
- package-ecosystem: "gomod" - package-ecosystem: "gomod"
directory: "/" directory: "/"
open-pull-requests-limit: 2 open-pull-requests-limit: 1
schedule: schedule:
interval: "weekly" interval: "weekly"
day: "wednesday" day: "wednesday"
- package-ecosystem: "github-actions" - package-ecosystem: "github-actions"
directory: "/" directory: "/"
schedule: schedule:
interval: weekly interval: monthly
open-pull-requests-limit: 2 open-pull-requests-limit: 1