Skip to content

Commit f809def

Browse files
committed
update renovate.json
1 parent f605240 commit f809def

File tree

1 file changed

+13
-57
lines changed

1 file changed

+13
-57
lines changed

renovate.json

Lines changed: 13 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -1,77 +1,33 @@
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"
58
],
6-
"schedule": [
7-
"on thursday"
8-
],
9-
"timezone": "Asia",
10-
"labels": [
11-
"dependency-update"
12-
],
13-
"prHourlyLimit": 0,
149
"baseBranches": [
15-
"develop"
10+
"master"
1611
],
17-
"separateMultipleMajor": true,
18-
"dependencyDashboardTitle": "automated dependency updates dashboard",
19-
"dependencyDashboard": true,
20-
"branchPrefix": "chore/",
21-
"additionalBranchPrefix": "update-libs/",
22-
"commitMessageAction": "update",
2312
"commitMessageExtra": "{{{currentValue}}} to {{#if isPinDigest}}{{{newDigestShort}}}{{else}}{{#if isMajor}}{{prettyNewMajor}}{{else}}{{#if isSingleVersion}}{{prettyNewVersion}}{{else}}{{#if newValue}}{{{newValue}}}{{else}}{{{newDigestShort}}}{{/if}}{{/if}}{{/if}}{{/if}}",
2413
"packageRules": [
2514
{
26-
"groupName": "all non-major dependencies",
27-
"groupSlug": "all-minor-patch",
2815
"matchPackagePatterns": [
29-
"*"
16+
"androidx.compose.compiler:compiler"
3017
],
31-
"matchUpdateTypes": [
32-
"minor",
33-
"patch"
34-
]
18+
"groupName": "kotlin"
3519
},
3620
{
37-
"groupName": "kotlin dependencies",
3821
"matchPackagePatterns": [
39-
"org.jetbrains.kotlin:*",
40-
"com.google.devtools.ksp",
41-
"composeOptions"
42-
]
43-
},
44-
{
45-
"groupName": "coroutine dependencies",
46-
"matchPackagePatterns": [
47-
"io.coil-kt:coil-compose",
48-
"org.jetbrains.kotlinx:*"
49-
]
50-
},
51-
{
52-
"groupName": "plugin dependencies",
53-
"matchPackagePatterns": [
54-
"com.android.library",
55-
"com.android.application",
56-
"app.cash.paparazzi"
57-
]
58-
},
59-
{
60-
"groupName": "sonar",
61-
"matchPackagePatterns": [
62-
"org.sonarqube"
63-
]
22+
"org.jetbrains.kotlin.*"
23+
],
24+
"groupName": "kotlin"
6425
},
6526
{
66-
"groupName": "test dependencies",
6727
"matchPackagePatterns": [
68-
"com.google.truth:truth",
69-
"androidx.compose.ui:ui-test-junit4",
70-
"androidx.compose.ui:ui-test-manifest",
71-
"org.robolectric:robolectric",
72-
"junit:junit",
73-
"androidx.test:core-ktx"
74-
]
28+
"com.google.devtools.ksp"
29+
],
30+
"groupName": "kotlin"
7531
}
7632
]
7733
}

0 commit comments

Comments
 (0)