mirror of
https://github.com/jj-vcs/jj.git
synced 2025-12-23 06:01:01 +00:00
github: make dependabot updates weekly
A not-insignificant amount of our PR traffic is from Dependabot, even with the grouped update feature (something like 20% of all PRs in total are from Dependabot, last I checked.) We don't really need daily updates, and with the the current crate dependency graph we practically get updates *every* day. Bump it to weekly instead to stem the tide a little. Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
parent
001b6df26c
commit
b1576c5c4e
1 changed files with 2 additions and 2 deletions
4
.github/dependabot.yml
vendored
4
.github/dependabot.yml
vendored
|
|
@ -3,7 +3,7 @@ updates:
|
|||
- package-ecosystem: "cargo"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
interval: "weekly"
|
||||
open-pull-requests-limit: 10
|
||||
commit-message:
|
||||
prefix: "cargo:"
|
||||
|
|
@ -14,7 +14,7 @@ updates:
|
|||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
interval: "weekly"
|
||||
open-pull-requests-limit: 10
|
||||
commit-message:
|
||||
prefix: "github:"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue