feat: renovate for kubeconform

This commit is contained in:
2026-03-15 00:54:33 -05:00
parent e00b12f619
commit d373ba5ae9
2 changed files with 12 additions and 0 deletions

View File

@@ -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: \"(?<currentValue>v?\\d+\\.\\d+\\.\\d+)\""
],
"depNameTemplate": "yannh/kubeconform",
"datasourceTemplate": "github-releases",
"versioningTemplate": "semver"
}
],
"timezone": "US/Central",