mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-24 01:51:57 +03:00
revert cargo dependabot updates back to weekly and use groups instead
This commit is contained in:
parent
a4fa1cb844
commit
783b8c588b
9
.github/dependabot.yml
vendored
9
.github/dependabot.yml
vendored
@ -13,4 +13,11 @@ updates:
|
||||
- package-ecosystem: "cargo"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "monthly"
|
||||
interval: "weekly"
|
||||
groups:
|
||||
major:
|
||||
update-types: [major]
|
||||
minor:
|
||||
update-types: [minor]
|
||||
patch:
|
||||
update-types: [patch]
|
||||
|
Loading…
Reference in New Issue
Block a user