ignore is a list
This commit is contained in:
parent
b783cb31ab
commit
cf47d4cad4
1 changed files with 6 additions and 6 deletions
2
.github/dependabot.yml
vendored
2
.github/dependabot.yml
vendored
|
|
@ -5,7 +5,7 @@ updates:
|
||||||
schedule:
|
schedule:
|
||||||
interval: daily
|
interval: daily
|
||||||
ignore:
|
ignore:
|
||||||
dependency-name: "*"
|
- dependency-name: "*"
|
||||||
# patch and minor updates don't matter for libraries
|
# patch and minor updates don't matter for libraries
|
||||||
# remove this ignore rule if your package has binaries
|
# remove this ignore rule if your package has binaries
|
||||||
update-types:
|
update-types:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue