chore: add auto-update for glance
diff --git a/.github/renovate.json b/.github/renovate.json
index ad3b22c..e2663b1 100644
--- a/.github/renovate.json
+++ b/.github/renovate.json
@@ -13,6 +13,21 @@
   "customManagers": [
     {
       "customType": "regex",
+      "matchStringsStrategy": "combination",
+      "fileMatch": [
+        "images/\\w+/Earthfile"
+      ],
+      "datasourceTemplate": "git-refs",
+      "packageNameTemplate": "https://github.com/openstack/{{{depName}}}",
+      "currentValueTemplate": "stable/{{{version}}}",
+      "matchStrings": [
+        "ARG PROJECT=(?<depName>.*)",
+        "ARG RELEASE=(?<version>.*)",
+        "ARG REF=(?<currentDigest>.*)"
+      ]
+    },
+    {
+      "customType": "regex",
       "fileMatch": [
         "roles/defaults/vars/main\\.yml"
       ],