diff --git a/Earthfile b/Earthfile index db375d61b7aca0e267b05bc829cc26445daef246..fdc3648a537a4f7d48b8d345a4323c2611c3f565 100644 --- a/Earthfile +++ b/Earthfile @@ -78,3 +78,8 @@ docs-build: COPY . . RUN mdbook build docs SAVE ARTIFACT ./docs/book AS LOCAL ./docs/book + +renovate-lint: + FROM ghcr.io/renovatebot/renovate + COPY ./renovate.json ./ + RUN renovate-config-validator