From 3735b699cc64c2b922cde2ab53fceee204cf3a32 Mon Sep 17 00:00:00 2001 From: Marie PUPO JEAMMET Date: Wed, 9 Apr 2025 18:29:21 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7(renovate)=20add=20dimail-api=20to?= =?UTF-8?q?=20renovate=20scope?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Dimail-api is currently outside of renovate' scope, which resulted in us having to check and update dimail's image manually or, if failing to, discovering new behaviors by chance or by errors in production. This should fix it. --- renovate.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/renovate.json b/renovate.json index b6119b6..dff178e 100644 --- a/renovate.json +++ b/renovate.json @@ -14,6 +14,11 @@ "groupName": "ignored js dependencies", "matchManagers": ["npm"], "matchPackageNames": ["fetch-mock", "node", "node-fetch", "eslint", "@hookform/resolvers"] + }, + { + "groupName": "docker-compose dependencies", + "matchManagers": ["docker-compose"], + "matchPackageNames": ["dimail-api"] } ] }