File tree Expand file tree Collapse file tree 1 file changed +26
-10
lines changed Expand file tree Collapse file tree 1 file changed +26
-10
lines changed Original file line number Diff line number Diff line change 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" ,
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"
You can’t perform that action at this time.
0 commit comments