Skip to content

Commit 4fce8dc

Browse files
⬆️: migrate renovate config (#420)
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 2b34da7 commit 4fce8dc

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+",
@@ -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+"
@@ -29,7 +29,7 @@
2929
},
3030
{
3131
"customType": "regex",
32-
"fileMatch": ["/Dockerfile$"],
32+
"managerFilePatterns": ["//Dockerfile$/"],
3333
"matchStrings": [
3434
"ARG BOOKSTACK_VERSION=[\"']?(?<currentValue>.+?)[\"']?\\s+"
3535
],

0 commit comments

Comments
 (0)