revert cargo dependabot updates back to weekly and use groups instead

This commit is contained in:
Josh Junon 2024-01-19 18:03:10 +01:00 committed by GitButler
parent a4fa1cb844
commit 783b8c588b

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]