From d8d1456f92356544c0dfd53990f5239c1ee0f8eb Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Mon, 14 Oct 2024 15:45:57 +0200 Subject: [PATCH] chore: refine dependabot configuration MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .github/dependabot.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9fb18a5a..6dfa3ed9 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -36,10 +36,12 @@ updates: schedule: interval: 'daily' groups: - all: + regular: update-types: - 'minor' - 'patch' + major: + update-types: - 'major' labels: - 'dependencies' -- 2.34.1