Skip to content

Commit fb13257

Browse files
Migrate renovate config (#577)
Migrate config renovate.json Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9ceaee5 commit fb13257

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

renovate.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
{
1919
"customType": "regex",
2020
"description": "Update env variable version in Github Actions workflow",
21-
"fileMatch": [
22-
"/.github/workflows/.+\\.ya?ml$/"
21+
"managerFilePatterns": [
22+
"//.github/workflows/.+\\.ya?ml$//"
2323
],
2424
"matchStrings": [
2525
"\\s+.+?: (?<currentValue>.+?) # renovate: datasource=(?<datasource>[a-z-]+?) depName=(?<depName>.+?)(?: (?:packageName|lookupName)=(?<packageName>.+?))?(?: versioning=(?<versioning>[a-z-]+?))?\\s"
@@ -28,8 +28,8 @@
2828
{
2929
"customType": "regex",
3030
"description": "Update Operator SDK version in bundle Dockerfile",
31-
"fileMatch": [
32-
"bundle\\.Dockerfile$"
31+
"managerFilePatterns": [
32+
"/bundle\\.Dockerfile$/"
3333
],
3434
"matchStrings": [
3535
"# renovate: datasource=(?<datasource>[a-z-]+?) depName=(?<depName>.+?)(?: (?:packageName|lookupName)=(?<packageName>.+?))?(?: versioning=(?<versioning>[a-z-]+?))?\\sLABEL operators.operatorframework.io.metrics.builder=operator-sdk-(?<currentValue>.+?)\\s"

0 commit comments

Comments
 (0)