Skip to content

Commit a8dc563

Browse files
authored
Mlykotom/test skie update (#65)
* Switch plugins repository order to pick up skie * Add explicit skie
1 parent 7d3db9b commit a8dc563

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

renovate.json

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,23 @@
33
"extends": [
44
"local>android/.github:renovate-config"
55
],
6-
76
"baseBranches": [
87
"main"
98
],
109
"packageRules": [
1110
{
1211
"groupName": "Kotlin Dependencies",
13-
"matchPackagePrefixes": [
14-
"org.jetbrains.kotlin",
15-
"co.touchlab.skie",
16-
"com.google.devtools.ksp"
17-
]
18-
}
12+
"matchPackagePrefixes": [
13+
"org.jetbrains.kotlin",
14+
"com.google.devtools.ksp"
15+
]
16+
},
17+
{
18+
"matchPackageNames": [
19+
"co.touchlab.skie:co.touchlab.skie.gradle.plugin"
20+
],
21+
"groupName": "SKIE Update Only",
22+
"prerelease": true
23+
}
1924
]
2025
}

0 commit comments

Comments
 (0)