From e942c0f20ebb36e3c0c4aef8e4086a54420839dc Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Tue, 6 Aug 2024 09:14:49 -0500 Subject: Group all dependabot dependencies Signed-off-by: Matt Strapp --- .github/dependabot.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to '.github') diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 53a1029..81c1655 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,11 +9,26 @@ updates: directory: "/" # Location of package manifests schedule: interval: "daily" + groups: + node-deps: + applies-to: version-updates + patterns: + - "*" - package-ecosystem: "github-actions" directory: "/" schedule: interval: "daily" + groups: + gha-deps: + applies-to: version-updates + patterns: + - "*" - package-ecosystem: "cargo" directory: "/" schedule: interval: "daily" + groups: + cargo-deps: + applies-to: version-updates + patterns: + - "*" \ No newline at end of file -- cgit v1.2.3