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 aeade81 commit 2eccd32Copy full SHA for 2eccd32
.github/renovate.json5
@@ -114,6 +114,18 @@
114
'com.diffplug.spotless{/,}**',
115
],
116
},
117
+ {
118
+ groupName: 'hipparchus packages',
119
+ matchPackageNames: [
120
+ 'org.hipparchus{/,}**',
121
+ ],
122
+ },
123
124
+ groupName: 'errorprone packages',
125
126
+ 'com.google.errorprone{/,}**',
127
128
129
{
130
// pinned version for compatibility with java 8 JFR parsing
131
matchUpdateTypes: [
0 commit comments