From d373ba5ae94e6f81afc528b444c6b0a06019cf31 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Sun, 15 Mar 2026 00:54:33 -0500 Subject: [PATCH] feat: renovate for kubeconform --- .gitea/workflows/lint-test-helm.yaml | 1 + renovate.json | 11 +++++++++++ 2 files changed, 12 insertions(+) diff --git a/.gitea/workflows/lint-test-helm.yaml b/.gitea/workflows/lint-test-helm.yaml index 73f615ec9..c477b5692 100644 --- a/.gitea/workflows/lint-test-helm.yaml +++ b/.gitea/workflows/lint-test-helm.yaml @@ -16,6 +16,7 @@ on: env: CLUSTER: cl01tl BASE_BRANCH: "origin/${{ github.base_ref }}" + # renovate: datasource=github-releases depName=yannh/kubeconform KUBECONFORM_VERSION: "v0.6.7" jobs: diff --git a/renovate.json b/renovate.json index bfaa0bf7d..0b73576ef 100644 --- a/renovate.json +++ b/renovate.json @@ -24,6 +24,17 @@ "depNameTemplate": "helm/helm", "datasourceTemplate": "github-releases", "versioningTemplate": "semver" + }, + { + "description": "Update Kubeconform version in GitHub Actions env", + "customType": "regex", + "fileMatch": ["^\\.github/workflows/.*\\.ya?ml$"], + "matchStrings": [ + "KUBECONFORM_VERSION: \"(?v?\\d+\\.\\d+\\.\\d+)\"" + ], + "depNameTemplate": "yannh/kubeconform", + "datasourceTemplate": "github-releases", + "versioningTemplate": "semver" } ], "timezone": "US/Central",