Skip to content

Commit 593d601

Browse files
chore(config): migrate config .github/renovate.json
1 parent 60d5978 commit 593d601

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/renovate.json

Lines changed: 13 additions & 13 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-
"^[.]github/workflows/"
26+
"managerFilePatterns": [
27+
"/^[.]github/workflows//"
2828
],
2929
"matchStrings": [
3030
".*version: (?<currentValue>.*?)\\s"
@@ -34,19 +34,19 @@
3434
},
3535
{
3636
"customType": "regex",
37-
"fileMatch": [
38-
"^Earthfile$"
37+
"managerFilePatterns": [
38+
"/^Earthfile$/"
3939
],
4040
"matchStrings": [
4141
"FROM\\s+(?<depName>[\\S]+?):(?<currentValue>[^@\\s]+)(?:@(?<currentDigest>sha256:[a-f0-9]+))?"
4242
],
4343
"versioningTemplate": "regex:^(?<compatibility>[\\S]*\\d+\\.\\d+(?:\\.\\d+)?(?:[\\S]*)?-alpine-?)(?<major>\\d+)\\.(?<minor>\\d+)(?:\\.(?<patch>\\d+))?$",
44-
"datasourceTemplate": "docker",
44+
"datasourceTemplate": "docker"
4545
},
4646
{
4747
"customType": "regex",
48-
"fileMatch": [
49-
"^Earthfile$"
48+
"managerFilePatterns": [
49+
"/^Earthfile$/"
5050
],
5151
"matchStringsStrategy": "recursive",
5252
"matchStrings": [

0 commit comments

Comments
 (0)