ci: add renovate check
All checks were successful
renovate / renovate (push) Successful in 2m54s

This commit is contained in:
2026-04-11 20:19:20 -05:00
parent 832a5484b9
commit cfd7a6bcf7
2 changed files with 13 additions and 2 deletions

View File

@@ -62,6 +62,19 @@
"depNameTemplate": "yannh/kubeconform",
"datasourceTemplate": "github-releases",
"versioningTemplate": "semver"
},
{
"description": "Update ArgoCD version in GitHub Actions env",
"customType": "regex",
"managerFilePatterns": [
"/^\\.github/workflows/.*\\.ya?ml$/"
],
"matchStrings": [
"ARGOCD_VERSION: \"(?<currentValue>v?\\d+\\.\\d+\\.\\d+)\""
],
"depNameTemplate": "argoproj/argo-cd",
"datasourceTemplate": "github-releases",
"versioningTemplate": "semver"
}
],
"packageRules": [