Skip to content

Commit

Permalink
add modified manager for custom var name
Browse files Browse the repository at this point in the history
  • Loading branch information
mallardduck committed Jan 22, 2025
1 parent e61f274 commit 228a607
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,21 @@
"renovate-test"
],
"prHourlyLimit": 2,
"customManagers": [
{
"customType": "regex",
"fileMatch": [
"(^|/|\\.)Dockerfile$",
"(^|/)Dockerfile[^/]*$",
"hack/make/deps.mk"
],
"matchStrings": [
"KUBECTL(?<index>\\d+)_VERSION.*\\=\\s*(?<currentValue>.*?)\\n"
],
"depNameTemplate": "kubernetes/kubernetes",
"datasourceTemplate": "github-releases"
}
],
"packageRules": [
{
"matchBaseBranches": ["renovate-test"],
Expand Down

0 comments on commit 228a607

Please sign in to comment.