Skip to content

Commit 453d094

Browse files
chore(config): migrate config renovate.json (#965)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent eab4b16 commit 453d094

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

renovate.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434
"customManagers": [
3535
{
3636
"customType": "regex",
37-
"fileMatch": [
38-
"^.+\\/VERSION$",
39-
"_test/kind/setup.sh"
37+
"managerFilePatterns": [
38+
"/^.+\\/VERSION$/",
39+
"/_test/kind/setup.sh/"
4040
],
4141
"matchStrings": [
4242
"# renovate: datasource=(?<datasource>[a-z-.]+?) depName=(?<depName>[^\\s]+?)(?: (?:lookupName|packageName)=(?<packageName>[^\\s]+?))?(?: versioning=(?<versioning>[^\\s]+?))?(?: extractVersion=(?<extractVersion>[^\\s]+?))?\\s+[A-Za-z0-9_]+?_VERSION=(?<currentValue>.+?)?\\s"

0 commit comments

Comments
 (0)