Skip to content

Commit f98a2f3

Browse files
Migrate renovate config (#455)
* Migrate config renovate.json5 * Update renovate.json5 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jake Wharton <[email protected]>
1 parent fc4c83f commit f98a2f3

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

Diff for: renovate.json5

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
2-
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": [
4-
"config:base"
2+
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
3+
extends: [
4+
'config:recommended',
55
],
6-
"packageRules": [
6+
packageRules: [
7+
// Compiler plugins are tightly coupled to Kotlin version.
78
{
8-
// Compiler plugins are tightly coupled to Kotlin version
9-
"groupName": "Kotlin",
10-
"matchPackagePrefixes": [
11-
"androidx.compose.compiler",
12-
"dev.drewhamilton.poko",
13-
"org.jetbrains.kotlin",
9+
groupName: 'Kotlin',
10+
matchPackageNames: [
11+
'androidx.compose.compiler{/,}**',
12+
'dev.drewhamilton.poko{/,}**',
13+
'org.jetbrains.kotlin{/,}**',
1414
],
1515
},
1616
],

0 commit comments

Comments
 (0)