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:
Qix 2024-01-19 18:08:38 +01:00 committed by GitHub
commit 01843cebd0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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]