From b85fc49b56a60cd04f1c00efe2e6405e3eca9c89 Mon Sep 17 00:00:00 2001
From: Sheogorath <sheogorath@shivering-isles.com>
Date: Mon, 4 Mar 2024 01:17:58 +0100
Subject: [PATCH] ci(renovate): Make sure earthly gitlab-ci is discovered

---
 renovate.json | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/renovate.json b/renovate.json
index 4e6cddd4d..6c7c654b3 100644
--- a/renovate.json
+++ b/renovate.json
@@ -41,7 +41,9 @@
   "gitlabci": {
     "fileMatch": [
       "\\.gitlab-ci\\.yml$",
-      "gitlab-ci\\.yaml$"
+      "gitlab-ci\\.yaml$",
+      "gitlab-earthly-cloud\\.yaml",
+      "gitlab-earthly\\.yaml"
     ]
   },
   "customManagers": [
-- 
GitLab