Skip to content

Commit

Permalink
Migrate renovate config (#83)
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 e6fbb98 commit 19504d1
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions renovate.json5
Original file line number Diff line number Diff line change
@@ -1,15 +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: [
// KSP is tightly coupled to Kotlin version.
{
// KSP is tightly coupled to Kotlin version
"groupName": "Kotlin and KSP",
"matchPackagePrefixes": [
"com.google.devtools.ksp",
"org.jetbrains.kotlin:kotlin",
groupName: 'Kotlin and KSP',
matchPackageNames: [
'com.google.devtools.ksp{/,}**',
'org.jetbrains.kotlin:kotlin{/,}**',
],
},
],
Expand Down

0 comments on commit 19504d1

Please sign in to comment.