We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d3db9b commit a8dc563Copy full SHA for a8dc563
renovate.json
@@ -3,18 +3,23 @@
3
"extends": [
4
"local>android/.github:renovate-config"
5
],
6
-
7
"baseBranches": [
8
"main"
9
10
"packageRules": [
11
{
12
"groupName": "Kotlin Dependencies",
13
- "matchPackagePrefixes": [
14
- "org.jetbrains.kotlin",
15
- "co.touchlab.skie",
16
- "com.google.devtools.ksp"
17
- ]
18
- }
+ "matchPackagePrefixes": [
+ "org.jetbrains.kotlin",
+ "com.google.devtools.ksp"
+ ]
+ },
+ {
+ "matchPackageNames": [
19
+ "co.touchlab.skie:co.touchlab.skie.gradle.plugin"
20
+ ],
21
+ "groupName": "SKIE Update Only",
22
+ "prerelease": true
23
+ }
24
]
25
}
0 commit comments