mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-24 10:02:26 +03:00
ignore major updates entirely
This commit is contained in:
parent
9d6f9a8234
commit
c87f33e765
4
.github/dependabot.yml
vendored
4
.github/dependabot.yml
vendored
@ -9,6 +9,8 @@ updates:
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
ignore:
|
||||
- update-types: ["version-update:semver-major"]
|
||||
groups:
|
||||
npm-minor-updates:
|
||||
update-types: [minor]
|
||||
@ -19,6 +21,8 @@ updates:
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
ignore:
|
||||
- update-types: ["version-update:semver-major"]
|
||||
groups:
|
||||
rust-minor-updates:
|
||||
update-types: [minor]
|
||||
|
Loading…
Reference in New Issue
Block a user