We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6cb95a commit c13d956Copy full SHA for c13d956
.github/renovate.json
@@ -31,6 +31,17 @@
31
],
32
"datasourceTemplate": "github-tags",
33
"depNameTemplate": "earthly/earthly"
34
+ },
35
+ {
36
+ "customType": "regex",
37
+ "fileMatch": [
38
+ "^Earthfile$"
39
+ ],
40
+ "matchStrings": [
41
+ "FROM\\s+(?<depName>[\\S]+?):(?<currentValue>[^@\\s]+)(?:@(?<currentDigest>sha256:[a-f0-9]+))?"
42
43
+ "versioningTemplate": "regex:^(?<compatibility>[\\S]*\\d+\\.\\d+(?:\\.\\d+)?(?:[\\S]*)?-alpine-?)(?<major>\\d+)\\.(?<minor>\\d+)(?:\\.(?<patch>\\d+))?$",
44
+ "datasourceTemplate": "docker",
45
}
46
]
47
0 commit comments