From 7c413c4f89ce0f5a9e6520a3a5745759f2207b43 Mon Sep 17 00:00:00 2001
From: Sheogorath <sheogorath@shivering-isles.com>
Date: Sun, 10 Sep 2023 01:12:08 +0200
Subject: [PATCH] ci(renovate): Apply automatic upgrades also using Earthly

---
 renovate.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/renovate.json b/renovate.json
index 0f620ac66..57b1fa1d4 100644
--- a/renovate.json
+++ b/renovate.json
@@ -71,7 +71,7 @@
       "versioningTemplate": "docker"
     },
     {
-      "fileMatch": ["Dockerfile$"],
+      "fileMatch": ["Dockerfile$","Earthfile$"],
       "matchStrings": [
         "#\\s*renovate:\\s*datasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?\\sENV .*?_VERSION=\"(?<currentValue>.*)\"\\s"
       ],
-- 
GitLab