Skip to content

Commit d21f01f

Browse files
Copilottrask
andcommitted
Add Jackson packages grouping to Renovate configuration
This will combine future Jackson dependency updates (jackson-bom, jackson-core, jackson-databind, etc.) into a single PR instead of separate PRs like #2227 and #2228. Co-authored-by: trask <[email protected]>
1 parent 67b08ef commit d21f01f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/renovate.json5

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,12 @@
144144
'com.google.errorprone{/,}**',
145145
],
146146
},
147+
{
148+
groupName: 'jackson packages',
149+
matchPackageNames: [
150+
'com.fasterxml.jackson{/,}**',
151+
],
152+
},
147153
{
148154
// pinned version for compatibility with java 8 JFR parsing
149155
matchUpdateTypes: [

build-scan.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
https://gradle.com/s/ix42sjrzpveo4
1+
https://gradle.com/s/43hywguw5f3eg

0 commit comments

Comments
 (0)