chore(renovate): Update Renovate config to group Kotlin and KSP dependencies(take 2). (#1708)

This commit is contained in:
James Rich 2025-03-23 21:39:32 -05:00 committed by GitHub
parent e9bebf3828
commit e055e76584
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,7 +6,8 @@
":ignoreModulesAndTests",
"group:recommended",
"replacements:all",
"workarounds:all"
"workarounds:all",
"helpers:pinGitHubActionDigests"
],
"commitMessageTopic": "{{depName}}",
"labels": [
@ -14,10 +15,10 @@
],
"packageRules": [
{
"groupName": "Kotlin and KSP",
"groupName": "kotlin",
"matchPackageNames": [
"com.google.devtools.ksp:{/,}**",
"org.jetbrains.kotlin:{/,}**"
"com.google.devtools.ksp",
"org.jetbrains.kotlin.*"
]
}
]