File tree Expand file tree Collapse file tree 1 file changed +30
-1
lines changed Expand file tree Collapse file tree 1 file changed +30
-1
lines changed Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
33 "extends" : [
4- " config:base"
4+ " config:base" ,
5+ " group:all" ,
6+ " :dependencyDashboard" ,
7+ " schedule:daily"
8+ ],
9+ "baseBranches" : [
10+ " base" ,
11+ " multimodule"
12+ ],
13+ "commitMessageExtra" : " {{{currentValue}}} to {{#if isPinDigest}}{{{newDigestShort}}}{{else}}{{#if isMajor}}{{prettyNewMajor}}{{else}}{{#if isSingleVersion}}{{prettyNewVersion}}{{else}}{{#if newValue}}{{{newValue}}}{{else}}{{{newDigestShort}}}{{/if}}{{/if}}{{/if}}{{/if}}" ,
14+ "packageRules" : [
15+ {
16+ "matchPackagePatterns" : [
17+ " androidx.compose.compiler:compiler"
18+ ],
19+ "groupName" : " kotlin"
20+ },
21+ {
22+ "matchPackagePatterns" : [
23+ " org.jetbrains.kotlin.*"
24+ ],
25+ "groupName" : " kotlin"
26+ },
27+ {
28+ "matchPackagePatterns" : [
29+ " com.google.devtools.ksp"
30+ ],
31+ "groupName" : " kotlin"
32+ }
533 ]
634}
35+
You can’t perform that action at this time.
0 commit comments