File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Expand file tree Collapse file tree 1 file changed +34
-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+ " group:all" ,
6+ " :dependencyDashboard" ,
7+ " schedule:daily"
8+ ],
9+ "baseBranches" : [
10+ " main"
11+ ],
12+ "commitMessageExtra" : " {{{currentValue}}} to {{#if isPinDigest}}{{{newDigestShort}}}{{else}}{{#if isMajor}}{{prettyNewMajor}}{{else}}{{#if isSingleVersion}}{{prettyNewVersion}}{{else}}{{#if newValue}}{{{newValue}}}{{else}}{{{newDigestShort}}}{{/if}}{{/if}}{{/if}}{{/if}}" ,
13+ "packageRules" : [
14+ {
15+ "matchPackagePatterns" : [
16+ " androidx.compose.compiler:compiler"
17+ ],
18+ "groupName" : " kotlin"
19+ },
20+ {
21+ "matchPackagePatterns" : [
22+ " org.jetbrains.kotlin.*"
23+ ],
24+ "groupName" : " kotlin"
25+ },
26+ {
27+ "matchPackagePatterns" : [
28+ " com.google.devtools.ksp"
29+ ],
30+ "groupName" : " kotlin"
31+ }
32+ ]
33+ }
34+
You can’t perform that action at this time.
0 commit comments