kopia lustrzana https://github.com/meshtastic/Meshtastic-Android
26 wiersze
541 B
JSON
26 wiersze
541 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
":dependencyDashboard",
|
|
":semanticCommitTypeAll(chore)",
|
|
":ignoreModulesAndTests",
|
|
"group:recommended",
|
|
"replacements:all",
|
|
"workarounds:all",
|
|
"helpers:pinGitHubActionDigests"
|
|
],
|
|
"commitMessageTopic": "{{depName}}",
|
|
"labels": [
|
|
"dependencies"
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"groupName": "kotlin",
|
|
"matchPackageNames": [
|
|
"com.google.devtools.ksp",
|
|
"org.jetbrains.kotlin.*"
|
|
]
|
|
}
|
|
]
|
|
}
|