Merge pull request #2347 from gitbutlerapp/update-npm-and-rust-groups

use better names for groups
This commit is contained in:
Qix 2024-01-19 18:33:26 +01:00 committed by GitHub
commit 63d5801796
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,9 +10,9 @@ updates:
schedule:
interval: "weekly"
groups:
minor:
npm-minor-updates:
update-types: [minor]
patch:
npm-patch-updates:
update-types: [patch]
- package-ecosystem: "cargo"
@ -20,7 +20,7 @@ updates:
schedule:
interval: "weekly"
groups:
minor:
rust-minor-updates:
update-types: [minor]
patch:
rust-patch-updates:
update-types: [patch]