chore(dependabot): do not group major updates
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Sat, 12 Oct 2024 12:17:42 +0000 (14:17 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Sat, 12 Oct 2024 12:17:42 +0000 (14:17 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
.github/dependabot.yml

index c108aac2bdd930fa2dc2647212de8e1d1a70e473..6b87c90d439ada1f5e2bb75805663dd02b94c720 100644 (file)
@@ -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'