Skip to content

Commit 2b50d40

Browse files
also split npm and gradle patch dependencies
1 parent 1f85568 commit 2b50d40

File tree

1 file changed

+26
-10
lines changed

1 file changed

+26
-10
lines changed

renovate.json5

Lines changed: 26 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,6 @@
4444
"https://jitpack.io"
4545
]
4646
},
47-
{
48-
"groupName": "all patch dependencies",
49-
"groupSlug": "all-patch",
50-
"matchUpdateTypes": [
51-
"patch"
52-
],
53-
"matchCurrentVersion": "!/^0/",
54-
"automerge": true,
55-
"platformAutomerge": false
56-
},
5747
{
5848
"groupName": "xodus non-major dependencies",
5949
"groupSlug": "xodus-non-major",
@@ -172,6 +162,32 @@
172162
"automerge": true,
173163
"platformAutomerge": false
174164
},
165+
{
166+
"matchManagers": [
167+
"gradle"
168+
],
169+
"groupName": "gradle patch dependencies",
170+
"groupSlug": "gradle-patch",
171+
"matchUpdateTypes": [
172+
"patch"
173+
],
174+
"matchCurrentVersion": "!/^0/",
175+
"automerge": true,
176+
"platformAutomerge": false
177+
},
178+
{
179+
"matchManagers": [
180+
"npm"
181+
],
182+
"groupName": "npm patch dependencies",
183+
"groupSlug": "npm-patch",
184+
"matchUpdateTypes": [
185+
"patch"
186+
],
187+
"matchCurrentVersion": "!/^0/",
188+
"automerge": true,
189+
"platformAutomerge": false
190+
},
175191
{
176192
"matchManagers": [
177193
"gradle"

0 commit comments

Comments
 (0)