mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-05-18 11:46:28 -04:00
chore(renovate): Update Renovate config to group Kotlin and KSP dependencies. (#1706)
This commit is contained in:
@@ -9,5 +9,16 @@
|
||||
"workarounds:all"
|
||||
],
|
||||
"commitMessageTopic": "{{depName}}",
|
||||
"labels": ["dependencies"]
|
||||
"labels": [
|
||||
"dependencies"
|
||||
],
|
||||
"packageRules": [
|
||||
{
|
||||
"groupName": "Kotlin and KSP",
|
||||
"matchPackageNames": [
|
||||
"com.google.devtools.ksp:{/,}**",
|
||||
"org.jetbrains.kotlin:{/,}**"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user