Skip to content

Commit 0f18d70

Browse files
committed
Correct dependabot config
1 parent 28ea3bc commit 0f18d70

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ updates:
55
schedule:
66
interval: "daily"
77
ignore:
8-
update-types:
9-
- sem-ver:patch
10-
- sem-ver:minor
8+
- dependency-name: "*"
9+
update-types:
10+
- version-update:semver-patch
11+
- version-update:semver-minor
1112
- package-ecosystem: "github-actions"
1213
directory: "/"
1314
schedule:

0 commit comments

Comments
 (0)