Skip to content

Commit

Permalink
Migrate config renovate.json5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 8, 2025
1 parent fc4c83f commit 0da8945
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions renovate.json5
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
extends: [
'config:recommended',
],
"packageRules": [
packageRules: [
{
// Compiler plugins are tightly coupled to Kotlin version
"groupName": "Kotlin",
"matchPackagePrefixes": [
"androidx.compose.compiler",
"dev.drewhamilton.poko",
"org.jetbrains.kotlin",
groupName: 'Kotlin',
matchPackageNames: [
'androidx.compose.compiler{/,}**',
'dev.drewhamilton.poko{/,}**',
'org.jetbrains.kotlin{/,}**',
],
},
],
Expand Down

0 comments on commit 0da8945

Please sign in to comment.