Skip to content

Commit a4d1861

Browse files
⬆️: migrate Renovate config (#383)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
1 parent d595519 commit a4d1861

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/renovate.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"customManagers": [
99
{
1010
"customType": "regex",
11-
"fileMatch": ["/Dockerfile$", "/build.yaml$"],
11+
"managerFilePatterns": ["//Dockerfile$/", "//build.yaml$/"],
1212
"matchStringsStrategy": "any",
1313
"matchStrings": [
1414
"ARG BUILD_FROM=(?<depName>.*?):(?<currentValue>.*?)\\s+",
@@ -18,7 +18,7 @@
1818
},
1919
{
2020
"customType": "regex",
21-
"fileMatch": ["/Dockerfile$"],
21+
"managerFilePatterns": ["//Dockerfile$/"],
2222
"matchStringsStrategy": "any",
2323
"matchStrings": [
2424
"\\s\\s(?<package>[a-z0-9][a-z0-9-_]+)=(?<currentValue>[a-z0-9-_.]+)\\s+"

0 commit comments

Comments
 (0)