Skip to content

Commit

Permalink
Migrate config .github/renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 30, 2024
1 parent 1b88155 commit 6de1c28
Showing 1 changed file with 18 additions and 10 deletions.
28 changes: 18 additions & 10 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,31 @@
{
"extends": [
"config:base"
"config:recommended"
],
"labels": [
"dependencies"
],
"labels": [ "dependencies" ],
"dependencyDashboard": true,
"lockFileMaintenance": { "enabled": true },
"lockFileMaintenance": {
"enabled": true
},
"packageRules": [
{
"groupName": "Kotlin and KSP",
"description": "Kotlin and KSP versions are tightly coupled.",
"matchPackagePrefixes": [
"org.jetbrains.kotlin:kotlin",
"com.google.devtools.ksp"
],
"matchPackageNames": [
"org.jetbrains.kotlin:kotlin{/,}**",
"com.google.devtools.ksp{/,}**"
]
},
{
"matchManagers": ["gradle"],
"matchPackagePrefixes": ["org.jetbrains.kotlinx:kotlinx-coroutines-"],
"groupName": "kotlinx.coroutines"
"matchManagers": [
"gradle"
],
"groupName": "kotlinx.coroutines",
"matchPackageNames": [
"org.jetbrains.kotlinx:kotlinx-coroutines-{/,}**"
]
}
]
}

0 comments on commit 6de1c28

Please sign in to comment.