From bd1e5ba2e94a801fbc1f2cc8682e154554337acb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guilhem=20Barth=C3=A9s?= Date: Wed, 28 Aug 2024 15:43:37 +0200 Subject: [PATCH] fix(deps): remove docker from production dependencies pattern MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Guilhem Barthés --- .github/dependabot.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a32c439d1..6b6f5bcf8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -18,8 +18,6 @@ updates: groups: production-dependencies: dependency-type: "production" - patterns: - - "docker" development-dependencies: dependency-type: "development" @@ -30,8 +28,6 @@ updates: groups: production-dependencies: dependency-type: "production" - patterns: - - "docker" development-dependencies: dependency-type: "development"