From 72e932cf0ce3b7760cf40233240ab598f9504091 Mon Sep 17 00:00:00 2001 From: Brenden Matthews Date: Tue, 4 Jul 2023 09:05:49 -0400 Subject: [PATCH] Group dependabot PRs --- .github/dependabot.yml | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4d00b3b4..24cea5ab 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,13 +3,18 @@ version: 2 updates: # Maintain dependencies for actions - - package-ecosystem: "github-actions" - directory: "/" + - package-ecosystem: 'github-actions' + directory: '/' schedule: - interval: "weekly" + interval: 'weekly' # Maintain dependencies for web docs/npm - - package-ecosystem: "npm" - directory: "/web" + - package-ecosystem: 'npm' + directory: '/web' schedule: - interval: "weekly" + interval: 'weekly' + groups: + web-deps: + patterns: + # Group all the web deps together to keep the PR spam down + - '*'