Skip to content

Commit a8975b3

Browse files
committed
Fix dependabot plugin group
1 parent 198fe3e commit a8975b3

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
@@ -12,7 +12,7 @@ updates:
1212
groups:
1313
plugins:
1414
patterns:
15-
- "*:*-plugins:*"
15+
- "*:*-plugin:*"
1616
ignore:
1717
- dependency-name: "org.apache.maven.plugins:*"
1818
versions: ["[4.x,)"] # These are for Maven 4

0 commit comments

Comments
 (0)