Skip to content

Commit 3159804

Browse files
chore(config): migrate config .github/renovate.json (#88)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 573194e commit 3159804

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/renovate.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,26 @@
55
],
66
"automerge": true,
77
"dockerfile": {
8-
"fileMatch": [
9-
"(^|/)Earthfile$",
10-
"(^|/|\\.)Dockerfile$",
11-
"(^|/)Dockerfile[^/]*$"
8+
"managerFilePatterns": [
9+
"/(^|/)Earthfile$/",
10+
"/(^|/|\\.)Dockerfile$/",
11+
"/(^|/)Dockerfile[^/]*$/"
1212
]
1313
},
1414
"customManagers": [
1515
{
1616
"customType": "regex",
17-
"fileMatch": [
18-
"^Earthfile$"
17+
"managerFilePatterns": [
18+
"/^Earthfile$/"
1919
],
2020
"matchStrings": [
2121
"# renovate: datasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?\\s.+_VERSION=\"(?<currentValue>.*?)\"\\s"
2222
]
2323
},
2424
{
2525
"customType": "regex",
26-
"fileMatch": [
27-
"^Earthfile$"
26+
"managerFilePatterns": [
27+
"/^Earthfile$/"
2828
],
2929
"matchStrings": [
3030
"# renovate: datasource=repology depName=alpine_(?<currentValue>\\d+[._]\\d+)"
@@ -37,8 +37,8 @@
3737
},
3838
{
3939
"customType": "regex",
40-
"fileMatch": [
41-
"^[.]github/workflows/"
40+
"managerFilePatterns": [
41+
"/^[.]github/workflows//"
4242
],
4343
"matchStrings": [
4444
".*version: (?<currentValue>.*?)\\s"

0 commit comments

Comments
 (0)