Skip to content

Commit

Permalink
chore(config): migrate config renovate.json (#1403)
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 Nov 3, 2024
1 parent 357d412 commit 023d57a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,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 023d57a

Please sign in to comment.