From 36928bf506c1ba19647c0f2fda856fab4e6b4660 Mon Sep 17 00:00:00 2001 From: Henry Mercer Date: Wed, 12 Jul 2023 18:06:22 +0100 Subject: [PATCH] Group together npm dependency updates --- .github/dependabot.yml | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 020dca75c8..b4b7996d19 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,16 +6,23 @@ updates: interval: weekly labels: - Update dependencies - ignore: - - dependency-name: "*" - update-types: - - version-update:semver-minor - - version-update:semver-patch + groups: + npm: + patterns: + - "*" - package-ecosystem: github-actions directory: "/" schedule: interval: weekly + groups: + actions: + patterns: + - "*" - package-ecosystem: github-actions directory: "/.github/actions/setup-swift/" # All subdirectories outside of "/.github/workflows" must be explicitly included. schedule: interval: weekly + groups: + actions-setup-swift: + patterns: + - "*"