Skip to content

Commit

Permalink
Migrate config renovate.json (#544)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 11, 2024
1 parent 56a40d3 commit 5abc768
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
"config:recommended",
"group:monorepos",
"group:recommended",
"workarounds:all"
Expand All @@ -18,8 +18,11 @@
"automergeType": "branch"
},
{
"matchPackagePatterns": ["^org\\.jetbrains\\.kotlin", "^com\\.google\\.devtools\\.ksp"],
"groupName": "kotlin"
"groupName": "kotlin",
"matchPackageNames": [
"/^org\\.jetbrains\\.kotlin/",
"/^com\\.google\\.devtools\\.ksp/"
]
}
]
}

0 comments on commit 5abc768

Please sign in to comment.