kopia lustrzana https://github.com/meshtastic/Meshtastic-Android
chore(renovate): Update Renovate config to group Kotlin and KSP dependencies(take 2). (#1708)
rodzic
e9bebf3828
commit
e055e76584
|
@ -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.*"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
|
Ładowanie…
Reference in New Issue