瀏覽代碼

Merge pull request #934 from cschug/renovate_track_grafana_security_releases

fix: track security releases of Grafana
Christoph Schug 1 年之前
父節點
當前提交
a57da50ef8
共有 1 個文件被更改,包括 11 次插入0 次删除
  1. 11 0
      renovate.json

+ 11 - 0
renovate.json

@@ -89,6 +89,17 @@
         "/^([^/]+\\/)*ubuntu/bind9(:.+)?$/"
         "/^([^/]+\\/)*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",
       "description": "Over time Heimdall changed its versioning schema several times, ensure we only consider the current style",
       "matchManagers": [
       "matchManagers": [