From: Jérôme Benoit Date: Sat, 12 Oct 2024 12:17:42 +0000 (+0200) Subject: chore(dependabot): do not group major updates X-Git-Tag: v4.3.0~5 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=5c6c18ea880743576534582665c31832fb467a9c;p=poolifier.git chore(dependabot): do not group major updates Signed-off-by: Jérôme Benoit --- 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'