Kaynağa Gözat

fix: track security releases of Grafana

Christoph Schug 9 ay önce
ebeveyn
işleme
ad44b932fa
1 değiştirilmiş dosya ile 11 ekleme ve 0 silme
  1. 11 0
      renovate.json

+ 11 - 0
renovate.json

@@ -89,6 +89,17 @@
         "/^([^/]+\\/)*ubuntu/bind9(:.+)?$/"
       ]
     },
+    {
+      "description": "Catch a potential `security` suffix as part of the patch release as Grafana does not follow semver for security releases",
+      "matchManagers": [
+        "docker-compose",
+        "dockerfile"
+      ],
+      "versioning": "regex:^(?<major>\\d+})\\.(?<minor>\\d+)\\.(?<patch>\\d+(?:-security-\\d+)?)$",
+      "matchPackageNames": [
+        "/^([^/]+\\/)*grafana/grafana-oss(:.+)?$/"
+      ]
+    },
     {
       "description": "Over time Heimdall changed its versioning schema several times, ensure we only consider the current style",
       "matchManagers": [