Skip to content

Commit

Permalink
Adjust allowed kubect versions and file matchers
Browse files Browse the repository at this point in the history
  • Loading branch information
mallardduck committed Jan 22, 2025
1 parent 026155b commit 65611bf
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
{
"customType": "regex",
"fileMatch": [
"(^|/|\\.)Dockerfile$",
"(^|/)Dockerfile[^/]*$",
"hack/make/deps.mk"
],
"matchStrings": [
Expand All @@ -28,7 +26,8 @@
"matchBaseBranches": ["renovate-test"],
"matchDepNames": [
"kubernetes/kubernetes"
]
],
"allowedVersions": ">=1.29.0 <1.33.0"
}
]
}

0 comments on commit 65611bf

Please sign in to comment.