From 9093212b302273ccca19e7e68701454f5a67ae9e Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Tue, 6 Aug 2024 12:44:08 +0200 Subject: [PATCH] chore(ci): group dependabot updates by semver revision MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9f5deb09..ec0deaa8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -14,6 +14,14 @@ updates: directory: '/' schedule: interval: daily + groups: + regular: + update-types: + - 'minor' + - 'patch' + major: + update-types: + - 'major' labels: - 'dependencies' reviewers: -- 2.34.1