diff --git a/.github/renovate.json b/.github/renovate.json index 20cae5fa..86741260 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -31,6 +31,17 @@ ], "datasourceTemplate": "github-tags", "depNameTemplate": "earthly/earthly" + }, + { + "customType": "regex", + "fileMatch": [ + "^Earthfile$" + ], + "matchStrings": [ + "FROM\\s+(?[\\S]+?):(?[^@\\s]+)(?:@(?sha256:[a-f0-9]+))?" + ], + "versioningTemplate": "regex:^(?[\\S]*\\d+\\.\\d+(?:\\.\\d+)?(?:[\\S]*)?-alpine-?)(?\\d+)\\.(?\\d+)(?:\\.(?\\d+))?$", + "datasourceTemplate": "docker", } ] }