ignore is a list

This commit is contained in:
Jon Gjengset 2022-09-28 18:23:39 -07:00
parent b783cb31ab
commit cf47d4cad4

View file

@ -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"