From a54f6cfaff9d002458023e0851df082b082c5553 Mon Sep 17 00:00:00 2001 From: Mike Fiedler Date: Mon, 28 Oct 2024 14:36:08 -0400 Subject: [PATCH 1/2] chore(ci): group dependencies together Generate a single PR from Dependabot --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b728efb..4163b54 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,9 @@ updates: directory: "/" schedule: interval: "daily" + groups: + patterns: + - "*" - package-ecosystem: "github-actions" directory: "/" schedule: From ebc80030658c5d8edbb5e920d7b2e68bcc0826b6 Mon Sep 17 00:00:00 2001 From: Mike Fiedler Date: Mon, 28 Oct 2024 14:38:43 -0400 Subject: [PATCH 2/2] Update dependabot.yml --- .github/dependabot.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4163b54..6c9005f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,8 +5,9 @@ updates: schedule: interval: "daily" groups: - patterns: - - "*" + all: + patterns: + - "*" - package-ecosystem: "github-actions" directory: "/" schedule: