Ignore noisy Python dependency updates
Skip automatic patch-level updates.
This commit is contained in:
parent
487d10231d
commit
4a9c18c1b8
1 changed files with 3 additions and 0 deletions
3
.github/dependabot.yml
vendored
3
.github/dependabot.yml
vendored
|
@ -9,3 +9,6 @@ updates:
|
|||
directory: "/"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
ignore:
|
||||
- dependency-name: "*"
|
||||
update-types: ["version-update:semver-patch"]
|
||||
|
|
Loading…
Reference in a new issue