We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b01b65f commit 3cf1b89Copy full SHA for 3cf1b89
.github/renovate.json5
@@ -144,6 +144,12 @@
144
'com.google.errorprone{/,}**',
145
],
146
},
147
+ {
148
+ groupName: 'jackson packages',
149
+ matchPackageNames: [
150
+ 'com.fasterxml.jackson{/,}**',
151
+ ],
152
+ },
153
{
154
// pinned version for compatibility with java 8 JFR parsing
155
matchUpdateTypes: [
.gitignore
@@ -53,3 +53,6 @@ bin
53
.swp
54
55
.gitpod.yml
56
+
57
+# Gradle build scans
58
+build-scan.txt
0 commit comments