Skip to content

Commit f9f2eb9

Browse files
committed
dependabot.yml: Fix udpate-types declaration
1 parent 50f68d3 commit f9f2eb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ updates:
44
directory: "/"
55
open-pull-requests-limit: 20 # Roughly half the number of dependencies
66
groups:
7-
update-types: patch
7+
update-types: ["version-update:semver-patch"]
88
schedule:
99
interval: "daily"

0 commit comments

Comments
 (0)