Skip to content

Commit f990231

Browse files
akubiusaclaude
andauthored
fix(renovate): Kotlin パッケージを1つのグループにまとめて重複 PR を防ぐ (#467)
Renovate が Kotlin Gradle プラグインと Kotlin Maven ライブラリを別グループとして 扱っていたため、libs.versions.toml の同じ `kotlin` バージョン参照を更新する 差分が同一のPRが2件作成される問題があった。 `org.jetbrains.kotlin` で始まる全パッケージを `kotlin` グループに統合し、 今後は1つのPRにまとめて作成されるよう修正する。 Co-authored-by: akubiusa <222856114+akubiusa@users.noreply.github.com> Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 207d980 commit f990231

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

renovate.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@
2020
}
2121
],
2222
"packageRules": [
23+
{
24+
"groupName": "kotlin",
25+
"matchPackageNames": [
26+
"/^org\\.jetbrains\\.kotlin/"
27+
]
28+
},
2329
{
2430
"groupName": "mkdocs",
2531
"matchPackageNames": [

0 commit comments

Comments
 (0)