Skip to content

Commit 1793eba

Browse files
authored
Group renovate jackson and quarkus updates (#9672)
1 parent f5908ae commit 1793eba

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/renovate.json5

+5-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"groupName": "guava packages"
1515
},
1616
{
17-
"matchPackageNames": ["io.quarkus", "io.quarkus:quarkus-bom"],
17+
"matchPackagePrefixes": ["io.quarkus"],
1818
"groupName": "quarkus packages"
1919
},
2020
{
@@ -37,6 +37,10 @@
3737
"matchPackagePrefixes": ["net.bytebuddy:"],
3838
"groupName": "byte buddy packages"
3939
},
40+
{
41+
"matchPackagePrefixes": ["com.fasterxml.jackson"],
42+
"groupName": "jackson packages"
43+
},
4044
{
4145
// prevent update to 2.4-groovy-4.0-SNAPSHOT
4246
"matchPackageNames": ["org.spockframework:spock-bom"],

0 commit comments

Comments
 (0)