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 Nov 3, 2024
1 parent 357d412 commit 41c49dc
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 41c49dc

Please sign in to comment.