File tree Expand file tree Collapse file tree 1 file changed +0
-58
lines changed
Expand file tree Collapse file tree 1 file changed +0
-58
lines changed Original file line number Diff line number Diff line change 1212 "addLabels" : [
1313 " renovate"
1414 ],
15- "packageRules" : [
16- {
17- "groupName" : " Kotlin, KSP and Compose Compiler" ,
18- "groupSlug" : " kotlin" ,
19- "matchPackageNames" : [
20- " com.google.devtools.ksp" ,
21- " org.jetbrains.kotlin"
22- ]
23- },
24- {
25- "description" : " Automatically merge minor and patch-level updates" ,
26- "matchUpdateTypes" : [
27- " minor" ,
28- " patch" ,
29- " digest"
30- ],
31- "automerge" : true ,
32- "automergeType" : " pr" ,
33- "platformAutomerge" : true
34- },
35- {
36- "description" : " Disable updates to SNAPSHOTS" ,
37- "matchDatasources" : [
38- " maven"
39- ],
40- "allowedVersions" : " !/SNAPSHOT$/"
41- },
42- {
43- "updateTypes" : [" major" , " minor" ],
44- "automerge" : false
45- },
46- {
47- "updateTypes" : [" patch" ],
48- "automerge" : true
49- },
50- {
51- "matchDatasources" : [" gradle" ],
52- "enabled" : true
53- },
54- {
55- "description" : " Update Gradle Wrapper" ,
56- "matchManagers" : [" gradle-wrapper" ],
57- "fileMatch" : [
58- " (^|/)gradle/wrapper/gradle-wrapper\\ .properties$"
59- ],
60- "groupName" : " Gradle Wrapper" ,
61- "versioning" : " gradle" ,
62- "automerge" : false
63- }
64- ],
65- "ignorePresets" : [" npm:unpublishable" ],
66- "pathRules" : [
67- {
68- "matchPaths" : [" gradle/libs.versions.toml" ],
69- "enabled" : true
70- }
71- ],
72- "prCreation" : " not-pending"
7315}
You can’t perform that action at this time.
0 commit comments