Skip to content

Commit cf47d4c

Browse files
committed
ignore is a list
1 parent b783cb3 commit cf47d4c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ updates:
55
schedule:
66
interval: daily
77
ignore:
8-
dependency-name: "*"
9-
# patch and minor updates don't matter for libraries
10-
# remove this ignore rule if your package has binaries
11-
update-types:
12-
- "version-update:semver-patch"
13-
- "version-update:semver-minor"
8+
- dependency-name: "*"
9+
# patch and minor updates don't matter for libraries
10+
# remove this ignore rule if your package has binaries
11+
update-types:
12+
- "version-update:semver-patch"
13+
- "version-update:semver-minor"

0 commit comments

Comments
 (0)