Skip to content

Commit 5268e71

Browse files
authored
dependabot: group Quarkus updates and limit assertj bumps
1 parent 30c2393 commit 5268e71

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/dependabot.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,14 @@ updates:
1111
- "org.apache.maven*:*"
1212
exclude-patterns:
1313
- "io.quarkus*"
14+
quarkus:
15+
patterns:
16+
- "io.quarkus:*"
17+
- "io.quarkus.*:*"
18+
- "io.quarkiverse:*"
19+
- "io.quarkiverse.*:*"
20+
ignore:
21+
# Releases too often, it's annoying
22+
- dependency-name: "org.assertj:*"
23+
update-types: ["version-update:semver-patch"]
24+

0 commit comments

Comments
 (0)