Ignore patch updates for some noisy deps

This commit is contained in:
Dustin J. Mitchell 2022-10-13 00:11:07 +00:00
parent 4af27903f9
commit f5f37009cb
2 changed files with 8 additions and 0 deletions

View file

@ -9,3 +9,11 @@ updates:
directory: "/" # Location of package manifests
schedule:
interval: "daily"
ignore:
# a few dependencies get a lot of patch updates that become pretty noisy
- dependency-name: "libc"
update-types: ["version-update:semver-patch"]
- dependency-name: "clap"
update-types: ["version-update:semver-patch"]

BIN
test/taskchampion.sqlite3 Normal file

Binary file not shown.