Skip to content

Commit 3a4a980

Browse files
authored
Merge pull request #32 from joreilly/renovate/configure
Configure Renovate - abandoned
2 parents 2564d06 + a180831 commit 3a4a980

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

renovate.json

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"config:base",
5+
"group:all",
6+
":dependencyDashboard",
7+
"schedule:daily"
8+
],
9+
"baseBranches": [
10+
"main"
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+
}
32+
]
33+
}
34+

0 commit comments

Comments
 (0)