From cde1151aa1e4e86b79e1e6f1cb14e87e39642978 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 6 Jan 2026 22:27:30 +0000 Subject: [PATCH 1/5] Initial plan From e97c6b60ee1123b4214eee7d1b8a65a650d3fa5b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 6 Jan 2026 22:32:37 +0000 Subject: [PATCH 2/5] Fix Zizmor dependabot-cooldown warning by adding open-pull-requests-limit Co-authored-by: MariusStorhaug <17722253+MariusStorhaug@users.noreply.github.com> --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 53188fe..0f92be8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,3 +12,4 @@ updates: - github-actions schedule: interval: weekly + open-pull-requests-limit: 5 From e0bfad0d6c8e3158d92bcc1f932456715c188707 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 6 Jan 2026 22:38:52 +0000 Subject: [PATCH 3/5] Use cooldown configuration instead of open-pull-requests-limit Co-authored-by: MariusStorhaug <17722253+MariusStorhaug@users.noreply.github.com> --- .github/dependabot.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0f92be8..5843b02 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,4 +12,5 @@ updates: - github-actions schedule: interval: weekly - open-pull-requests-limit: 5 + cooldown: + default-days: 3 From bb860f670ee6b2e9f596d27a3ec156138a2918a9 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 6 Jan 2026 22:42:46 +0000 Subject: [PATCH 4/5] Change schedule interval from weekly to daily Co-authored-by: MariusStorhaug <17722253+MariusStorhaug@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 5843b02..636f7bd 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,6 +11,6 @@ updates: - dependencies - github-actions schedule: - interval: weekly + interval: daily cooldown: default-days: 3 From 082b9e0e83b5ce41a579600966f23347b160c986 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 6 Jan 2026 22:53:59 +0000 Subject: [PATCH 5/5] Update cooldown period to 7 days as suggested by Zizmor Co-authored-by: MariusStorhaug <17722253+MariusStorhaug@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 636f7bd..0da2fac 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,4 +13,4 @@ updates: schedule: interval: daily cooldown: - default-days: 3 + default-days: 7