Skip to content

Commit 3cf1b89

Browse files
Copilottrask
andauthored
Add Jackson packages grouping to Renovate configuration and fix gitignore (open-telemetry#2237)
Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: trask <[email protected]>
1 parent b01b65f commit 3cf1b89

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
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: [

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,6 @@ bin
5353
.swp
5454

5555
.gitpod.yml
56+
57+
# Gradle build scans
58+
build-scan.txt

0 commit comments

Comments
 (0)