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:
|
||||
interval: daily
|
||||
ignore:
|
||||
dependency-name: "*"
|
||||
# patch and minor updates don't matter for libraries
|
||||
# remove this ignore rule if your package has binaries
|
||||
update-types:
|
||||
- "version-update:semver-patch"
|
||||
- "version-update:semver-minor"
|
||||
- dependency-name: "*"
|
||||
# patch and minor updates don't matter for libraries
|
||||
# remove this ignore rule if your package has binaries
|
||||
update-types:
|
||||
- "version-update:semver-patch"
|
||||
- "version-update:semver-minor"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue