Skip to content

Commit 8afa38d

Browse files
committed
Fix dependabot plugin group
1 parent 4ee0c40 commit 8afa38d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)