mirror of
https://github.com/kopia/kopia.git
synced 2026-03-06 15:28:08 -05:00
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:
6
.github/dependabot.yml
vendored
6
.github/dependabot.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user