Pārlūkot izejas kodu

fix: pin major and minor versions of MariaDB and MySQL

Releases of MariaDB and MySQL shouldn't be bumped blindly because of the
risk of breaking compatibility which might applications depending on
them prevent to work correctly.
Christoph Schug 2 gadi atpakaļ
vecāks
revīzija
10e5daf3f8
1 mainītis faili ar 14 papildinājumiem un 0 dzēšanām
  1. 14 0
      renovate.json

+ 14 - 0
renovate.json

@@ -23,6 +23,20 @@
         "minor",
         "minor",
         "patch"
         "patch"
       ]
       ]
+    },
+    {
+      "enabled": false,
+      "managers": [
+        "docker-compose",
+        "dockerfile"
+      ],
+      "matchUpdateTypes": [
+        "major",
+        "minor"
+      ],
+      "packagePatterns": [
+        "^([^/]+\\/)*(mariadb|mysql)(:.*)?$"
+      ]
     }
     }
   ]
   ]
 }
 }