File tree Expand file tree Collapse file tree 1 file changed +37
-0
lines changed
Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3+ "extends" : [
4+ " config:base"
5+ ],
6+ "packageRules" : [
7+ {
8+ "groupName" : " Kotlin and KSP" ,
9+ "groupSlug" : " kotlin" ,
10+ "matchPackagePrefixes" : [
11+ " com.google.devtools.ksp" ,
12+ " com.android.tools.build:gradle"
13+ ],
14+ "matchPackagePatterns" : [
15+ " org.jetbrains.kotlin.*"
16+ ],
17+ "enabled" : false
18+ },
19+ {
20+ "description" : " Automatically merge minor and patch-level updates" ,
21+ "matchUpdateTypes" : [" minor" , " patch" , " digest" ],
22+ "automerge" : true ,
23+ "automergeType" : " pr" ,
24+ "platformAutomerge" : true
25+ },
26+ {
27+ "description" : " Exclude Spotless updates" ,
28+ "matchPackagePrefixes" : [" com.diffplug.spotless" ],
29+ "enabled" : false
30+ },
31+ {
32+ "description" : " Exclude Maven Plugin" ,
33+ "matchPackagePrefixes" : [" com.vanniktech.maven.publish" ],
34+ "enabled" : false
35+ }
36+ ]
37+ }
You can’t perform that action at this time.
0 commit comments