Add docker-bake.hcl to Renovate

Change-Id: I8cb15133186cea56624d7c9f993b912aa1506df0
diff --git a/renovate.json b/renovate.json
index c9d06b3..69b098e 100644
--- a/renovate.json
+++ b/renovate.json
@@ -14,6 +14,10 @@
     },
     {
       "enabled": true,
+      "matchFileNames": ["docker-bake.hcl"]
+    },
+    {
+      "enabled": true,
       "matchDatasources": ["pypi"],
       "matchPackageNames": ["magnum-cluster-api"]
     },
@@ -41,6 +45,12 @@
   "customManagers": [
     {
       "customType": "regex",
+      "fileMatch": ["docker-bake.hcl"],
+      "matchStrings": ["\"docker-image:\/\/(?<depName>.+?):(?<currentValue>.+?)\""],
+      "datasourceTemplate": "docker"
+    },
+    {
+      "customType": "regex",
       "fileMatch": ["Dockerfile"],
       "matchStrings": [
         "# renovate: name=(?<depName>.+?) repo=(?<packageName>.+?) branch=(?<currentValue>.+?)\nARG .+?_GIT_REF=(?<currentDigest>.+?)\n"