From: Jérôme Benoit Date: Mon, 14 Oct 2024 13:45:57 +0000 (+0200) Subject: chore: refine dependabot configuration X-Git-Tag: v4.4.0~29 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=d8d1456f92356544c0dfd53990f5239c1ee0f8eb;p=poolifier.git chore: refine dependabot configuration Signed-off-by: Jérôme Benoit --- 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'