Skip to content

Commit a8d6453

Browse files
committed
update renovate.json
1 parent 66f7d04 commit a8d6453

File tree

1 file changed

+30
-1
lines changed

1 file changed

+30
-1
lines changed

renovate.json

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,35 @@
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+

0 commit comments

Comments
 (0)