Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
62 changes: 62 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,17 @@
"versioningTemplate": "semver",
"extractVersionTemplate": "^v?(?<version>.+)$"
},
{
"customType": "regex",
"description": "Update Obol Helm chart versions pinned in internal/openclaw/openclaw.go (openclaw, remote-signer)",
"matchStrings": [
"//\\s*renovate:\\s*datasource=(?<datasource>\\S+)\\s+depName=(?<depName>\\S+)(?:\\s+registryUrl=(?<registryUrl>\\S+))?\\s*\\n\\s*\\w+\\s*=\\s*\"(?<currentValue>[^\"]+)\""
],
"fileMatch": [
"^internal/openclaw/openclaw\\.go$"
],
"versioningTemplate": "semver"
},
{
"customType": "regex",
"description": "Update k3s image tag in k3d config",
Expand Down Expand Up @@ -167,6 +178,57 @@
],
"groupName": "OpenClaw updates"
},
{
"description": "Group remote-signer Helm chart updates",
"matchDatasources": [
"helm"
],
"matchPackageNames": [
"remote-signer"
],
"labels": [
"renovate/remote-signer",
"remote-signer"
],
"schedule": [
"every hour"
],
"groupName": "remote-signer chart updates",
"prBodyTemplate": "This PR updates the **remote-signer** Helm chart (pinned in `internal/openclaw/openclaw.go`).\n\n### What Changed\n- **Current Version**: `{{currentVersion}}`\n- **New Version**: `{{newVersion}}`\n- **Change Type**: {{#if isMajor}}🔴 Major{{else}}{{#if isMinor}}🟡 Minor{{else}}🟢 Patch{{/if}}{{/if}}\n\n### Release Notes\n\n{{{changelog}}}\n\n---\n**Auto-generated by Renovate Bot**"
},
{
"description": "Require approval for major remote-signer chart updates",
"matchDatasources": [
"helm"
],
"matchPackageNames": [
"remote-signer"
],
"matchUpdateTypes": [
"major"
],
"labels": [
"renovate/major-update",
"requires-review"
],
"dependencyDashboardApproval": true
},
{
"description": "Group openclaw Helm chart updates",
"matchDatasources": [
"helm"
],
"matchPackageNames": [
"openclaw"
],
"labels": [
"renovate/openclaw-chart"
],
"schedule": [
"every hour"
],
"groupName": "openclaw chart updates"
},
{
"description": "Group Foundry updates",
"matchDatasources": [
Expand Down
Loading