mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-01-31 10:52:29 -05:00
13 lines
294 B
JSON
13 lines
294 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
":dependencyDashboard",
|
|
":semanticCommitTypeAll(chore)",
|
|
":ignoreModulesAndTests",
|
|
"group:recommended",
|
|
"replacements:all",
|
|
"workarounds:all"
|
|
],
|
|
"commitMessageTopic": "{{depName}}"
|
|
}
|