File tree Expand file tree Collapse file tree 1 file changed +1
-28
lines changed Expand file tree Collapse file tree 1 file changed +1
-28
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:master" ,
5- " group:all" ,
6- " :dependencyDashboard" ,
7- " schedule:daily"
8- ],
9- "baseBranches" : [
10- " master"
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- }
4+ " config:base"
325 ]
336}
You can’t perform that action at this time.
0 commit comments