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"
       ],
diff --git a/images/glance/Earthfile b/images/glance/Earthfile
index ffbe2bb..f0e22f3 100644
--- a/images/glance/Earthfile
+++ b/images/glance/Earthfile
@@ -1,7 +1,6 @@
 VERSION 0.7
 
 image:
-  # TODO: manage via renovate
   ARG PROJECT=glance
   ARG RELEASE=zed
   ARG REF=b1e5292248fefb7cd1ff4292c9b94d336f4cf73b