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:
- package-ecosystem: "gomod"
directory: "/"
open-pull-requests-limit: 2
open-pull-requests-limit: 1
schedule:
interval: "weekly"
day: "wednesday"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: weekly
open-pull-requests-limit: 2
interval: monthly
open-pull-requests-limit: 1