Skip to content

Commit 413d868

Browse files
committed
BUILD: WORKING COMMIT - DELETE
1 parent 7a9647c commit 413d868

File tree

1 file changed

+0
-29
lines changed

1 file changed

+0
-29
lines changed

renovate.json

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -2,34 +2,5 @@
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
44
"config:best-practices"
5-
],
6-
"dockerfile": {
7-
"fileMatch": [
8-
"(^|/)Earthfile$",
9-
"(^|/|\\.)Dockerfile$",
10-
"(^|/)Dockerfile[^/]*$"
11-
]
12-
},
13-
"customManagers": [
14-
{
15-
"customType": "regex",
16-
"fileMatch": [
17-
"^Earthfile$"
18-
],
19-
"matchStrings": [
20-
"# renovate: datasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?\\s.+_VERSION=\"(?<currentValue>.*?)\"\\s"
21-
]
22-
},
23-
{
24-
"customType": "regex",
25-
"fileMatch": [
26-
"^[.]github/workflows/"
27-
],
28-
"matchStrings": [
29-
".*version: (?<currentValue>.*?)\\s"
30-
],
31-
"datasourceTemplate": "docker",
32-
"depNameTemplate": "earthly/earthly"
33-
}
345
]
356
}

0 commit comments

Comments
 (0)