skip all patch updates
This commit is contained in:
10
.github/dependabot.yml
vendored
10
.github/dependabot.yml
vendored
@@ -10,10 +10,8 @@ updates:
|
|||||||
schedule:
|
schedule:
|
||||||
interval: "daily"
|
interval: "daily"
|
||||||
ignore:
|
ignore:
|
||||||
# a few dependencies get a lot of patch updates that become pretty noisy
|
# skip patch updates, as they can be quite noisy, but keep
|
||||||
- dependency-name: "libc"
|
# minor and major updates so that we don't fall too far
|
||||||
|
# behind
|
||||||
|
- dependency-name: "*"
|
||||||
update-types: ["version-update:semver-patch"]
|
update-types: ["version-update:semver-patch"]
|
||||||
- dependency-name: "clap"
|
|
||||||
update-types: ["version-update:semver-patch"]
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user