From 728451730edfed44281d843ea79e78f2c2eb2bba Mon Sep 17 00:00:00 2001 From: Anders Nylund Date: Wed, 20 Nov 2024 13:25:28 +0200 Subject: [PATCH] Group dependabot updates (#51) --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5acbdac..994d5c0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,16 @@ updates: directory: '/' schedule: interval: 'weekly' + groups: + production-major: + dependency-type: 'production' + update-types: ['major'] + production-minor-patch: + dependency-type: 'production' + update-types: ['minor', 'patch'] + development: + dependency-type: 'development' + - package-ecosystem: 'github-actions' directory: '/' schedule: