👷 tune renovate

This commit is contained in:
auricom
2023-12-26 12:50:37 +01:00
parent c3fe7fc977
commit 3077957e7d
2 changed files with 8 additions and 13 deletions

View File

@@ -2,20 +2,18 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"packageRules": [
{
"description": "Auto merge container digests",
"description": "Auto-merge container digests updates for trusted containers",
"matchDatasources": ["docker"],
"automerge": true,
"automergeType": "branch",
"ignoreTests": true,
"matchUpdateTypes": ["digest"],
"matchPackagePatterns": ["ghcr.io/auricom", "ghcr.io/bjw-s", "ghcr.io/onedr0p"]
},
{
"description": "Auto merge GitHub Actions",
"description": "Auto-merge GitHub Actions for minor and patch",
"matchManagers": ["github-actions"],
"matchDatasources": ["github-tags"],
"automerge": true,
"ignoreTests": true,
"automergeType": "branch",
"matchUpdateTypes": ["minor", "patch"]
}

View File

@@ -6,17 +6,14 @@
"commitMessageSuffix": "",
"packageRules": [
{
"matchDatasources": ["helm"],
"commitMessageTopic": "chart {{depName}}"
"matchDatasources": ["docker", "helm", "galaxy", "galaxy-collection", "github-releases", "github-tags"],
"commitMessageTopic": "{{depName}}",
"commitMessageExtra": " ( {{currentVersion}} → {{newVersion}} )"
},
{
"matchDatasources": ["docker"],
"commitMessageTopic": "image {{depName}}"
},
{
"matchDatasources": ["custom.grafana-dashboards"],
"commitMessageTopic": "dashboard {{depName}}",
"commitMessageExtra": "to revision {{newVersion}}"
"matchManagers": ["github-actions"],
"commitMessageTopic": "{{depName}}",
"commitMessageExtra": " ( {{currentVersion}} → {{newVersion}} )"
}
]
}