Skip to content

Commit 51d3b9f

Browse files
⬆️: migrate renovate config (#500)
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 9ea6226 commit 51d3b9f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/renovate.json

Lines changed: 3 additions & 3 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+",
@@ -19,7 +19,7 @@
1919
},
2020
{
2121
"customType": "regex",
22-
"fileMatch": ["/Dockerfile$"],
22+
"managerFilePatterns": ["//Dockerfile$/"],
2323
"matchStringsStrategy": "any",
2424
"matchStrings": [
2525
"\\s\\s(?<package>[a-z0-9][a-z0-9-_]+)=(?<currentValue>[a-z0-9-_.]+)\\s+"
@@ -30,7 +30,7 @@
3030
},
3131
{
3232
"customType": "regex",
33-
"fileMatch": ["/Dockerfile$"],
33+
"managerFilePatterns": ["//Dockerfile$/"],
3434
"matchStrings": [
3535
"ARG TASMOADMIN_VERSION=[\"']?(?<currentValue>.+?)[\"']?\\s+"
3636
],

0 commit comments

Comments
 (0)