ignore is a list
This commit is contained in:
parent
b783cb31ab
commit
cf47d4cad4
1 changed files with 6 additions and 6 deletions
12
.github/dependabot.yml
vendored
12
.github/dependabot.yml
vendored
|
|
@ -5,9 +5,9 @@ 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:
|
||||||
- "version-update:semver-patch"
|
- "version-update:semver-patch"
|
||||||
- "version-update:semver-minor"
|
- "version-update:semver-minor"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue