86 lines
2.8 KiB
JSON
86 lines
2.8 KiB
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:recommended",
|
|
":automergePr",
|
|
":automergeDigest",
|
|
":automergePatch",
|
|
":automergeRequireAllStatusChecks",
|
|
"customManagers:githubActionsVersions",
|
|
"default:semanticCommits",
|
|
"default:prHourlyLimitNone",
|
|
"default:prConcurrentLimit10",
|
|
"docker:pinDigests",
|
|
"helpers:pinGitHubActionDigestsToSemver",
|
|
"preview:dockerCompose",
|
|
"schedule:nonOfficeHours",
|
|
":rebaseStalePrs",
|
|
":separateMultipleMinorReleases",
|
|
":separatePatchReleases"
|
|
],
|
|
"description": "Presets for Docker Hosts and Git Actions",
|
|
"dependencyDashboardHeader": "### 🔧 Renovate Dashboard\n\n- ✅ Patch and digest updates will be created and auto-merged automatically.\n- 📝 Minor and Major updates will appear here first. Approve them to generate PRs.\n- 🏷️ Labels `update:patch`, `update:minor`, and `update:major` mark update types.\n",
|
|
"dependencyDashboardAutoclose": true,
|
|
"labels": ["dependencies", "renovate"],
|
|
"commitMessagePrefix": "🔧 Renovate:",
|
|
"branchNameStrict": true,
|
|
"branchPrefix": "renovate/",
|
|
"branchTopic": "{{manager}}/{{depName}}-{{newVersion}}",
|
|
"commitMessageAction": "Update ({{updateType}})",
|
|
"commitMessageTopic": "{{manager}}/{{depName}} to {{newVersion}}",
|
|
"gitAuthor": "Renovate Bot <charish2k1@gmail.com>",
|
|
"prBodyNotes": [
|
|
"### ⚡ Renovate Update Info",
|
|
"- **Update Type:** {{updateType}}",
|
|
"- **Automerge:** {{#if isAutomerge}}✅ This update will be auto-merged once all checks pass{{else}}🛑 This update requires manual approval{{/if}}"
|
|
],
|
|
"enabledManagers": [
|
|
"docker-compose",
|
|
"github-actions",
|
|
"ansible",
|
|
"ansible-galaxy",
|
|
"regex"
|
|
],
|
|
"major": {
|
|
"dependencyDashboardApproval": true
|
|
},
|
|
"minor": {
|
|
"dependencyDashboardApproval": true
|
|
},
|
|
"versioning": "docker",
|
|
"packageRules": [
|
|
{
|
|
"description": "Alpine-based images only update to Alpine-based versions",
|
|
"matchDatasources": ["docker"],
|
|
"versioning": "docker",
|
|
"matchManagers": ["docker-compose"],
|
|
"matchPackageNames": [".*"],
|
|
"allowedVersions": "/alpine/i"
|
|
},
|
|
{
|
|
"description": "Replace :latest with semver tag + digest",
|
|
"matchDatasources": ["docker"],
|
|
"matchCurrentValue": "latest",
|
|
"versioning": "docker",
|
|
"pinDigests": true
|
|
},
|
|
{
|
|
"description": "Replace :stable with semver tag + digest",
|
|
"matchDatasources": ["docker"],
|
|
"matchCurrentValue": "stable",
|
|
"versioning": "docker",
|
|
"pinDigests": true
|
|
},
|
|
{
|
|
"description": "Ignore self-hosted actions",
|
|
"matchManagers": ["github-actions"],
|
|
"matchPackageNames": [
|
|
"Trez/hc-vault-env",
|
|
"Trez/docker-select-image-pull",
|
|
"Trez/gitea-auto-pr"
|
|
],
|
|
"enabled": false
|
|
}
|
|
]
|
|
}
|