From f307628d1e88a16bd1474315d77a43bbb29d4192 Mon Sep 17 00:00:00 2001 From: Claudiu Schuster Date: Wed, 26 Aug 2026 02:34:10 +0200 Subject: [PATCH 1/4] Setup Dependabot Setup Dependabot --- .github/dependabot.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5e1374b..a8d2137 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,12 +4,11 @@ updates: - package-ecosystem: github-actions directory: / schedule: - interval: weekly - day: monday - time: "06:00" + interval: daily + time: "04:20" timezone: Europe/Berlin cooldown: - default-days: 7 + default-days: 0 open-pull-requests-limit: 5 commit-message: prefix: ci From 56e3043a1c0b3954877aac4361469092f2a9dcd8 Mon Sep 17 00:00:00 2001 From: Claudiu Schuster Date: Wed, 26 Aug 2026 02:46:58 +0200 Subject: [PATCH 2/4] Re-Trigger Workflows From 064b0f42833cea875c2d8cbb46e7f43dcf4b55e1 Mon Sep 17 00:00:00 2001 From: Claudiu Schuster Date: Wed, 26 Aug 2026 02:50:09 +0200 Subject: [PATCH 3/4] Update Dependabot configuration by removing cooldown Removed cooldown setting from Dependabot configuration. --- .github/dependabot.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a8d2137..012d39d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,8 +7,6 @@ updates: interval: daily time: "04:20" timezone: Europe/Berlin - cooldown: - default-days: 0 open-pull-requests-limit: 5 commit-message: prefix: ci From 033d20444e669d36e6fb0aef225480a4f84454a2 Mon Sep 17 00:00:00 2001 From: Claudiu Schuster Date: Wed, 26 Aug 2026 02:55:27 +0200 Subject: [PATCH 4/4] Configure cooldown for Dependabot updates Add cooldown period for Dependabot updates. --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 012d39d..a1098e6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,6 +7,8 @@ updates: interval: daily time: "04:20" timezone: Europe/Berlin + cooldown: + default-days: 7 open-pull-requests-limit: 5 commit-message: prefix: ci