mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-25 18:49:11 +03:00
Merge pull request #2347 from gitbutlerapp/update-npm-and-rust-groups
use better names for groups
This commit is contained in:
commit
63d5801796
8
.github/dependabot.yml
vendored
8
.github/dependabot.yml
vendored
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user