chore(deps): update dependabot frequency for Go deps (#2028)

Allow more frequent update while limiting the number of open PRs to 1.
Similarly, for GHA deps.
This commit is contained in:
Julio Lopez
2022-06-10 22:18:40 -07:00
committed by GitHub
parent 2f9f04a534
commit df3be1c503

View File

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