Ignore patch updates for some noisy deps
This commit is contained in:
8
.github/dependabot.yml
vendored
8
.github/dependabot.yml
vendored
@@ -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
BIN
test/taskchampion.sqlite3
Normal file
Binary file not shown.
Reference in New Issue
Block a user