From 5c6c18ea880743576534582665c31832fb467a9c Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sat, 12 Oct 2024 14:17:42 +0200 Subject: [PATCH] chore(dependabot): do not group major updates MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .github/dependabot.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c108aac2..6b87c90d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -19,9 +19,6 @@ updates: update-types: - 'minor' - 'patch' - major: - update-types: - - 'major' labels: - 'dependencies' reviewers: @@ -36,12 +33,10 @@ updates: schedule: interval: 'daily' groups: - regular: + all: update-types: - 'minor' - 'patch' - major: - update-types: - 'major' labels: - 'dependencies' -- 2.34.1