mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Ignore patch updates for some noisy deps
This commit is contained in:
parent
4af27903f9
commit
f5f37009cb
2 changed files with 8 additions and 0 deletions
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.
Loading…
Add table
Add a link
Reference in a new issue