From 0ec4a14b9d19fb2d93d309687a402e91b6a399b0 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 22 Feb 2026 20:37:38 +0000 Subject: [PATCH 1/2] Initial plan From f3cae842a85ef776cffa6ed2f641bbb33f9d9403 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 22 Feb 2026 20:38:55 +0000 Subject: [PATCH 2/2] Update dependabot.yml to group dependency updates per ecosystem Co-authored-by: rezwana-karim <126201034+rezwana-karim@users.noreply.github.com> --- .github/dependabot.yml | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 245bc416..be75c3ab 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,3 @@ -# Basic `dependabot.yml` file with -# minimum configuration for three package managers - version: 2 updates: # Enable version updates for npm @@ -10,6 +7,12 @@ updates: # Check the npm registry for updates every day (weekdays) schedule: interval: "daily" + # Limit open PRs for this ecosystem to 1 and group all updates into one PR + open-pull-requests-limit: 1 + groups: + all-dependencies: + patterns: + - "*" # Enable version updates for GitHub Actions - package-ecosystem: "github-actions" @@ -18,3 +21,8 @@ updates: directory: "/" schedule: interval: "weekly" + open-pull-requests-limit: 1 + groups: + all-actions: + patterns: + - "*"