From 388da21a048b97dcfda1d7ea368755550c282820 Mon Sep 17 00:00:00 2001 From: jwngr Date: Sun, 12 Oct 2025 11:29:51 -0700 Subject: [PATCH] Updated Dependabot to group PR updates --- .github/dependabot.yml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 22284af..aefb17d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,4 +1,4 @@ -# Docs: https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file +# Docs: https://docs.github.com/en/code-security/dependabot/working-with-dependabot/dependabot-options-reference version: 2 updates: @@ -6,7 +6,18 @@ updates: directory: '/website' schedule: interval: 'monthly' + groups: + major: + update-types: ['major'] + minor-and-patch: + update-types: ['minor', 'patch'] + - package-ecosystem: 'pip' directory: '/' schedule: interval: 'monthly' + groups: + major: + update-types: ['major'] + minor-and-patch: + update-types: ['minor', 'patch']