feat(renovate): track yq version in README via custom regex manager
Install yq / install-yq (ubuntu-latest-amd64, amd64, linux) (push) Failing after 7s
Install yq / install-yq (ubuntu-latest-arm64, arm64, linux) (push) Failing after 9s
Markdown linter / markdown-link-checker (push) Successful in 23s
Markdown linter / markdown-lint (push) Successful in 33s

Adds a regex customManager to detect and update the yq version
referenced in README.md, using the mikefarah/yq GitHub releases
datasource.

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-08-16 22:16:21 +02:00
co-authored by Copilot
parent f51c290f04
commit 896608c49c
+12
View File
@@ -31,6 +31,18 @@
"depNameTemplate": "actions/checkout",
"datasourceTemplate": "github-releases",
"versioningTemplate": "semver"
},
{
"customType": "regex",
"fileMatch": [
"^README\\.md$"
],
"matchStrings": [
"`(?<currentValue>[^\\s\"']+)`"
],
"depNameTemplate": "mikefarah/yq",
"datasourceTemplate": "github-releases",
"versioningTemplate": "semver"
}
],
"packageRules": [