From 146a9ae01aceee647e6403c06962a6dcf31c9fb4 Mon Sep 17 00:00:00 2001
From: Sheogorath <sheogorath@shivering-isles.com>
Date: Wed, 24 Jan 2024 23:28:07 +0100
Subject: [PATCH] ci(earthly): Add lint step for renovate config

---
 Earthfile | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/Earthfile b/Earthfile
index db375d61b..fdc3648a5 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
-- 
GitLab