mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
87 lines
2.2 KiB
JSON
87 lines
2.2 KiB
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
":dependencyDashboard",
|
|
":semanticCommitTypeAll(chore)",
|
|
":ignoreModulesAndTests",
|
|
"group:recommended",
|
|
"replacements:all",
|
|
"workarounds:all"
|
|
],
|
|
"commitMessageTopic": "{{depName}}",
|
|
"labels": [
|
|
"dependencies"
|
|
],
|
|
"git-submodules": {
|
|
"enabled": true
|
|
},
|
|
"bundler": {
|
|
"enabled": true
|
|
},
|
|
"packageRules": [
|
|
{
|
|
"description": "Automerge non-major updates for stable versions",
|
|
"matchUpdateTypes": [
|
|
"minor",
|
|
"patch",
|
|
"pin",
|
|
"digest"
|
|
],
|
|
"matchCurrentVersion": "!/^0/",
|
|
"automerge": true
|
|
},
|
|
{
|
|
"description": "Automerge patch updates for unstable (0.x) versions",
|
|
"matchUpdateTypes": [
|
|
"patch",
|
|
"pin",
|
|
"digest"
|
|
],
|
|
"matchCurrentVersion": "/^0/",
|
|
"automerge": true
|
|
},
|
|
{
|
|
"description": "Automerge pins and digests regardless of version",
|
|
"matchUpdateTypes": [
|
|
"pin",
|
|
"digest"
|
|
],
|
|
"automerge": true
|
|
},
|
|
{
|
|
"description": "Meshtastic Protobufs changelog link",
|
|
"matchPackageNames": [
|
|
"https://github.com/meshtastic/protobufs.git"
|
|
],
|
|
"changelogUrl": "https://github.com/meshtastic/protobufs/compare/{{currentDigest}}...{{newDigest}}",
|
|
"automerge": true
|
|
},
|
|
{
|
|
"description": "Restrict sensitive infrastructure to manual minor updates",
|
|
"matchUpdateTypes": [
|
|
"minor"
|
|
],
|
|
"matchPackageNames": [
|
|
"/^org\\.jetbrains\\.kotlin/",
|
|
"/^org\\.jetbrains\\.kotlinx/",
|
|
"/^org\\.jetbrains\\.compose/",
|
|
"/^com\\.google\\.dagger/",
|
|
"/^androidx\\.hilt/",
|
|
"/^com\\.google\\.protobuf/",
|
|
"/^androidx\\.lifecycle/",
|
|
"/^androidx\\.navigation/",
|
|
"/^androidx\\.datastore/",
|
|
"/^androidx\\.compose\\.material3\\.adaptive/",
|
|
"/^androidx\\.compose\\.material3:material3-adaptive-navigation-suite$/"
|
|
],
|
|
"automerge": false
|
|
},
|
|
{
|
|
"description": "Disable automerge for major updates (safety net)",
|
|
"matchUpdateTypes": [
|
|
"major"
|
|
],
|
|
"automerge": false
|
|
}
|
|
]
|
|
}
|