Skip to content

Commit 2eccd32

Browse files
authored
Group renovate updates for hipparchus and errorprone (#1810)
1 parent aeade81 commit 2eccd32

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/renovate.json5

+12
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,18 @@
114114
'com.diffplug.spotless{/,}**',
115115
],
116116
},
117+
{
118+
groupName: 'hipparchus packages',
119+
matchPackageNames: [
120+
'org.hipparchus{/,}**',
121+
],
122+
},
123+
{
124+
groupName: 'errorprone packages',
125+
matchPackageNames: [
126+
'com.google.errorprone{/,}**',
127+
],
128+
},
117129
{
118130
// pinned version for compatibility with java 8 JFR parsing
119131
matchUpdateTypes: [

0 commit comments

Comments
 (0)