Skip to content

Commit 06eb255

Browse files
authored
Update dependabot.yml
1 parent f090f17 commit 06eb255

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@ updates:
66
schedule:
77
interval: "daily"
88
open-pull-requests-limit: 10
9-
update-types: ["version-update:semver-patch", "version-update:semver-minor", "version-update:semver-major"]
9+
10+
allow:
11+
- dependency-name: '*'
12+
update-types:
13+
- "version-update:semver-patch"
1014

1115
# Scan Java dependencies (Maven)
1216
- package-ecosystem: "maven"

0 commit comments

Comments
 (0)