mirror of
https://github.com/auricom/home-cluster.git
synced 2025-10-02 16:51:52 +02:00
👷 tune renovate
This commit is contained in:
6
.github/renovate/autoMerge.json5
vendored
6
.github/renovate/autoMerge.json5
vendored
@@ -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"]
|
||||
}
|
||||
|
15
.github/renovate/commitMessage.json5
vendored
15
.github/renovate/commitMessage.json5
vendored
@@ -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}} )"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user