Skip to content

Commit 1a19344

Browse files
authored
Simplify renovate glob patterns (#2241)
1 parent 940d450 commit 1a19344

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

.github/renovate.json5

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
],
8686
enabled: false,
8787
matchPackageNames: [
88-
'org.mockito:{/,}**',
88+
'org.mockito:**',
8989
],
9090
},
9191
{
@@ -123,31 +123,33 @@
123123
matchCurrentVersion: '3.5.0',
124124
enabled: false,
125125
matchPackageNames: [
126-
'org.apache.maven:{/,}**',
126+
'org.apache.maven:**',
127127
],
128128
},
129129
{
130130
groupName: 'spotless packages',
131131
matchPackageNames: [
132-
'com.diffplug.spotless{/,}**',
132+
'com.diffplug.spotless',
133+
'com.diffplug.spotless:**',
133134
],
134135
},
135136
{
136137
groupName: 'hipparchus packages',
137138
matchPackageNames: [
138-
'org.hipparchus{/,}**',
139+
'org.hipparchus:**',
139140
],
140141
},
141142
{
142143
groupName: 'errorprone packages',
143144
matchPackageNames: [
144-
'com.google.errorprone{/,}**',
145+
'com.google.errorprone:**',
145146
],
146147
},
147148
{
148149
groupName: 'jackson packages',
149150
matchPackageNames: [
150-
'com.fasterxml.jackson{/,}**',
151+
'com.fasterxml.jackson:**',
152+
'com.fasterxml.jackson.core:**',
151153
],
152154
},
153155
{
@@ -157,7 +159,7 @@
157159
],
158160
enabled: false,
159161
matchPackageNames: [
160-
'org.openjdk.jmc{/,}**',
162+
'org.openjdk.jmc:**',
161163
],
162164
},
163165
{
@@ -168,7 +170,7 @@
168170
matchCurrentVersion: '5.0.0',
169171
enabled: false,
170172
matchPackageNames: [
171-
'jakarta.servlet:{/,}**',
173+
'jakarta.servlet:**',
172174
],
173175
},
174176
{
@@ -181,7 +183,7 @@
181183
],
182184
enabled: false,
183185
matchPackageNames: [
184-
'org.springframework.boot{/,}**',
186+
'org.springframework.boot:**',
185187
],
186188
},
187189
],

0 commit comments

Comments
 (0)