Skip to content

Commit e818f36

Browse files
committed
konflux: fix renovate json file
According to the Mintmaker team, this format error is preventing Renovate to automerge the RPM lockfile update commit, so let's fix it.
1 parent 0bc9625 commit e818f36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"depNameTemplate": "openshift-client",
6464
"versioningTemplate": "semver",
6565
"matchStrings": [
66-
"- download_url:.*openshift-client-linux-(?<currentValue>.*)\.tar\.gz",
66+
"- download_url:.*openshift-client-linux-(?<currentValue>.*)\\.tar\\.gz",
6767
"- download_url:.*ocp/(?<currentValue>.*)/openshift-client-linux.*"
6868
]
6969
}

0 commit comments

Comments
 (0)