mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
24 lines
523 B
JSON
24 lines
523 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
":dependencyDashboard",
|
|
":semanticCommitTypeAll(chore)",
|
|
":ignoreModulesAndTests",
|
|
"group:recommended",
|
|
"replacements:all",
|
|
"workarounds:all"
|
|
],
|
|
"commitMessageTopic": "{{depName}}",
|
|
"labels": [
|
|
"dependencies"
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"groupName": "Kotlin and KSP",
|
|
"matchPackageNames": [
|
|
"com.google.devtools.ksp:{/,}**",
|
|
"org.jetbrains.kotlin:{/,}**"
|
|
]
|
|
}
|
|
]
|
|
}
|