chore: refine dependabot configuration
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Mon, 14 Oct 2024 13:45:57 +0000 (15:45 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Mon, 14 Oct 2024 13:45:57 +0000 (15:45 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
.github/dependabot.yml

index 9fb18a5a47e631750b736209bed1c59cc52a714d..6dfa3ed97fb573ff7627a82e2bc6dad4b22e638e 100644 (file)
@@ -36,10 +36,12 @@ updates:
     schedule:
       interval: 'daily'
     groups:
-      all:
+      regular:
         update-types:
           - 'minor'
           - 'patch'
+      major:
+        update-types:
           - 'major'
     labels:
       - 'dependencies'