Merge pull request 'renovate/reconfigure' (#25) from renovate/reconfigure into main
Reviewed-on: #25
This commit was merged in pull request #25.
This commit is contained in:
+33
-46
@@ -4,6 +4,8 @@
|
|||||||
"prHourlyLimit": 2,
|
"prHourlyLimit": 2,
|
||||||
"prConcurrentLimit": 5,
|
"prConcurrentLimit": 5,
|
||||||
"dependencyDashboard": true,
|
"dependencyDashboard": true,
|
||||||
|
"dependencyDashboardApproval": true,
|
||||||
|
"dependencyDashboardHeader": "### 🔧 Renovate Dashboard\n\n- ✅ Patch 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",
|
||||||
"labels": ["dependencies", "renovate"],
|
"labels": ["dependencies", "renovate"],
|
||||||
"schedule": ["before 6am on monday"],
|
"schedule": ["before 6am on monday"],
|
||||||
"semanticCommits": "enabled",
|
"semanticCommits": "enabled",
|
||||||
@@ -11,65 +13,50 @@
|
|||||||
"branchNameStrict": true,
|
"branchNameStrict": true,
|
||||||
"branchPrefix": "renovate/",
|
"branchPrefix": "renovate/",
|
||||||
"branchTopic": "{{manager}}/{{depName}}",
|
"branchTopic": "{{manager}}/{{depName}}",
|
||||||
"commitMessageAction": "Update",
|
"commitMessageAction": "Update ({{updateType}})",
|
||||||
"commitMessageTopic": "{{manager}}/{{depName}}",
|
"commitMessageTopic": "{{manager}}/{{depName}} to {{newVersion}}",
|
||||||
|
"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}}"
|
||||||
|
],
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
"matchPackageNames": [
|
"matchPackageNames": [
|
||||||
"adguard/adguardhome",
|
"adguard/adguardhome",
|
||||||
"henrygd/beszel-agent",
|
"henrygd/beszel-agent",
|
||||||
"ghcr.io/gabe565/castsponsorskip",
|
"ghcr.io/gabe565/castsponsorskip",
|
||||||
|
"ollama/ollama",
|
||||||
|
"thecatlady/webhook"
|
||||||
|
],
|
||||||
|
"versioning": "semver"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"matchPackageNames": [
|
||||||
"ghcr.io/tecnativa/docker-socket-proxy",
|
"ghcr.io/tecnativa/docker-socket-proxy",
|
||||||
"ghcr.io/matt8707/ha-fusion",
|
"ghcr.io/matt8707/ha-fusion",
|
||||||
"ghcr.io/home-assistant/home-assistant",
|
"ghcr.io/home-assistant/home-assistant",
|
||||||
"ollama/ollama",
|
"pavanputhra/logspout-signoz"
|
||||||
"pavanputhra/logspout-signoz",
|
|
||||||
"ghcr.io/containrrr/watchtower",
|
|
||||||
"thecatlady/webhook"
|
|
||||||
],
|
],
|
||||||
"groupName": "rikku-stack",
|
"versioning": "docker"
|
||||||
"separateMinorPatch": false,
|
|
||||||
"schedule": ["before 6am on monday"]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"matchPackageNames": ["adguard/adguardhome"],
|
|
||||||
"allowedVersions": "^v0\\.107\\."
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"matchPackageNames": ["henrygd/beszel-agent"],
|
|
||||||
"allowedVersions": "^0\\.12\\."
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"matchPackageNames": ["ghcr.io/gabe565/castsponsorskip"],
|
|
||||||
"allowedVersions": "^0\\.8\\."
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"matchPackageNames": ["ghcr.io/tecnativa/docker-socket-proxy"],
|
|
||||||
"allowedVersions": "^latest$"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"matchPackageNames": ["ghcr.io/matt8707/ha-fusion"],
|
|
||||||
"allowedVersions": "^2024\\."
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"matchPackageNames": ["ghcr.io/home-assistant/home-assistant"],
|
|
||||||
"allowedVersions": "^stable$"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"matchPackageNames": ["ollama/ollama"],
|
|
||||||
"allowedVersions": "^0\\.11\\."
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"matchPackageNames": ["pavanputhra/logspout-signoz"],
|
|
||||||
"allowedVersions": "^2025\\."
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"matchPackageNames": ["thecatlady/webhook"],
|
|
||||||
"allowedVersions": "^2\\.8\\."
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchUpdateTypes": ["patch"],
|
"matchUpdateTypes": ["patch"],
|
||||||
"schedule": ["every weekday"]
|
"schedule": ["every weekday"],
|
||||||
|
"automerge": true,
|
||||||
|
"labels": ["dependencies", "renovate", "update:patch"]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"matchUpdateTypes": ["minor"],
|
||||||
|
"automerge": false,
|
||||||
|
"dependencyDashboardApproval": true,
|
||||||
|
"labels": ["dependencies", "renovate", "update:minor"]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"matchUpdateTypes": ["major"],
|
||||||
|
"automerge": false,
|
||||||
|
"dependencyDashboardApproval": true,
|
||||||
|
"labels": ["dependencies", "renovate", "update:major"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchManagers": ["github-actions"],
|
"matchManagers": ["github-actions"],
|
||||||
|
|||||||
Reference in New Issue
Block a user