mirror of
https://github.com/martinvonz/jj.git
synced 2025-05-05 15:32:49 +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
4
.github/dependabot.yml
vendored
4
.github/dependabot.yml
vendored
@ -3,7 +3,7 @@ updates:
|
|||||||
- package-ecosystem: "cargo"
|
- package-ecosystem: "cargo"
|
||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "daily"
|
interval: "weekly"
|
||||||
open-pull-requests-limit: 10
|
open-pull-requests-limit: 10
|
||||||
commit-message:
|
commit-message:
|
||||||
prefix: "cargo:"
|
prefix: "cargo:"
|
||||||
@ -14,7 +14,7 @@ updates:
|
|||||||
- package-ecosystem: "github-actions"
|
- package-ecosystem: "github-actions"
|
||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "daily"
|
interval: "weekly"
|
||||||
open-pull-requests-limit: 10
|
open-pull-requests-limit: 10
|
||||||
commit-message:
|
commit-message:
|
||||||
prefix: "github:"
|
prefix: "github:"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user