File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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:recommended " ,
55 " group:all" ,
66 " :dependencyDashboard" ,
77 " schedule:daily"
88 ],
99 "commitMessageExtra" : " {{{currentValue}}} to {{#if isPinDigest}}{{{newDigestShort}}}{{else}}{{#if isMajor}}{{prettyNewMajor}}{{else}}{{#if isSingleVersion}}{{prettyNewVersion}}{{else}}{{#if newValue}}{{{newValue}}}{{else}}{{{newDigestShort}}}{{/if}}{{/if}}{{/if}}{{/if}}" ,
1010 "packageRules" : [
1111 {
12- "matchPackagePatterns " : [
13- " androidx.compose.compiler:compiler "
14- ],
15- "groupName" : " kotlin "
12+ "groupName " : " kotlin " ,
13+ "matchPackageNames" : [
14+ " /androidx.compose.compiler:compiler/ "
15+ ]
1616 },
1717 {
18- "matchPackagePatterns " : [
19- " org.jetbrains.kotlin.* "
20- ],
21- "groupName" : " kotlin "
18+ "groupName " : " kotlin " ,
19+ "matchPackageNames" : [
20+ " /org.jetbrains.kotlin.*/ "
21+ ]
2222 },
2323 {
24- "matchPackagePatterns " : [
25- " com.google.devtools.ksp "
26- ],
27- "groupName" : " kotlin "
24+ "groupName " : " kotlin " ,
25+ "matchPackageNames" : [
26+ " /com.google.devtools.ksp/ "
27+ ]
2828 }
2929 ]
3030}
You can’t perform that action at this time.
0 commit comments