Skip to content

Commit 2997b4c

Browse files
committed
Fix dependabot.yml
1 parent 2f16259 commit 2997b4c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,13 @@ updates:
88
quarkus:
99
patterns:
1010
- "io.quarkus*"
11+
- "quarkus*"
1112
dependencies:
1213
patterns:
1314
- "*"
1415
exclude-patterns:
1516
- "io.quarkus*"
17+
- "quarkus*"
1618
- "io.mvnpm*"
1719
mvnpm:
1820
patterns:

0 commit comments

Comments
 (0)