From ec9a33c04a2eb1bce77d09f4723e0a828d2430cf Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 4 Apr 2026 12:21:52 +0000 Subject: [PATCH 1/5] Initial plan From b4ddd8434ad7a37f99fef45bf95452d675c5be38 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 4 Apr 2026 12:22:49 +0000 Subject: [PATCH 2/5] Add Dependabot configuration for GitHub Actions updates Agent-Logs-Url: https://github.com/NextCommunity/.github/sessions/3e55be69-fc3a-4ddd-9f80-ba58906bcab1 Co-authored-by: jbampton <418747+jbampton@users.noreply.github.com> --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..5ace460 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" From 04d06f564cf02ec564a9ead9fa25ac9c12609860 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 4 Apr 2026 12:30:27 +0000 Subject: [PATCH 3/5] Group Dependabot actions updates and set weekly (7-day) schedule Agent-Logs-Url: https://github.com/NextCommunity/.github/sessions/d6827385-c50b-471e-b3b2-a8665818a154 Co-authored-by: jbampton <418747+jbampton@users.noreply.github.com> --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5ace460..d15c975 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,7 @@ updates: directory: "/" schedule: interval: "weekly" + groups: + actions: + patterns: + - "*" From 51055c0cb70f1e117a30bb7bbbc0a3beefaff6b0 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 4 Apr 2026 12:58:17 +0000 Subject: [PATCH 4/5] Rename dependabot group to descriptive label 'github-actions-dependencies' Agent-Logs-Url: https://github.com/NextCommunity/.github/sessions/f18d3363-41e0-4545-b6c5-2e2c583aa2de Co-authored-by: jbampton <418747+jbampton@users.noreply.github.com> --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d15c975..e553f89 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,6 +5,6 @@ updates: schedule: interval: "weekly" groups: - actions: + github-actions-dependencies: patterns: - "*" From d9c192cd0a50562ef0d48f89a60dfebcd9194979 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 4 Apr 2026 13:35:04 +0000 Subject: [PATCH 5/5] Add 7-day cooldown period to dependabot configuration Agent-Logs-Url: https://github.com/NextCommunity/.github/sessions/50b08600-c58d-43ac-bf54-adcd8446570a Co-authored-by: jbampton <418747+jbampton@users.noreply.github.com> --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e553f89..71d4996 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,8 @@ updates: directory: "/" schedule: interval: "weekly" + cool-down: + default: 7 groups: github-actions-dependencies: patterns: