We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc4c83f commit f98a2f3Copy full SHA for f98a2f3
renovate.json5
@@ -1,16 +1,16 @@
1
{
2
- "$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
- "extends": [
4
- "config:base"
+ $schema: 'https://docs.renovatebot.com/renovate-schema.json',
+ extends: [
+ 'config:recommended',
5
],
6
- "packageRules": [
+ packageRules: [
7
+ // Compiler plugins are tightly coupled to Kotlin version.
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",
+ groupName: 'Kotlin',
+ matchPackageNames: [
+ 'androidx.compose.compiler{/,}**',
+ 'dev.drewhamilton.poko{/,}**',
+ 'org.jetbrains.kotlin{/,}**',
14
15
},
16
0 commit comments