Skip to content

Commit

Permalink
chore(config): migrate config renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 22, 2024
1 parent 1825fd8 commit 9643cd1
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
"config:recommended"
],
"packageRules": [
{
"matchPackagePatterns": [
"org.jetbrains.kotlin.*"
],
"groupName": "Kotlin"
"groupName": "Kotlin",
"matchPackageNames": [
"/org.jetbrains.kotlin.*/"
]
},
{
"matchPackagePatterns": [
"com.google.devtools.ksp"
],
"groupName": "Kotlin"
"groupName": "Kotlin",
"matchPackageNames": [
"/com.google.devtools.ksp/"
]
}
]
}

0 comments on commit 9643cd1

Please sign in to comment.