mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-18 23:02:31 +03:00
Merge pull request #2327 from gitbutlerapp/update-schedule-to-weekly
revert cargo dependabot updates back to weekly and use groups instead
This commit is contained in:
commit
01843cebd0
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