mirror of
https://github.com/YGGverse/agate.git
synced 2026-04-08 12:35:28 +00:00
update dependencies
Disable dependabot for indirect dependencies. It generates too many separate pull requests when all indirect dependencies can just be updated with `cargo update`.
This commit is contained in:
parent
0022d1cd01
commit
5c6d4e00ca
2 changed files with 33 additions and 21 deletions
7
.github/dependabot.yml
vendored
7
.github/dependabot.yml
vendored
|
|
@ -5,8 +5,6 @@ updates:
|
|||
directory: /
|
||||
schedule:
|
||||
interval: daily
|
||||
time: "10:00"
|
||||
timezone: EST
|
||||
open-pull-requests-limit: 10
|
||||
commit-message:
|
||||
prefix: chore
|
||||
|
|
@ -15,12 +13,9 @@ updates:
|
|||
directory: /
|
||||
schedule:
|
||||
interval: daily
|
||||
time: "06:00"
|
||||
timezone: EST
|
||||
open-pull-requests-limit: 10
|
||||
allow:
|
||||
# direct and indirect updates
|
||||
- dependency-type: "all"
|
||||
- dependency-type: "direct"
|
||||
commit-message:
|
||||
prefix: chore
|
||||
include: scope
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue