Skip to content

Commit

Permalink
Migrate renovate config (#455)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
renovate[bot] and JakeWharton authored Jan 8, 2025
1 parent fc4c83f commit f98a2f3
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions renovate.json5
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"$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.
{
// 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 f98a2f3

Please sign in to comment.