From 1e967ad492becc4f0a448ceec12fbdba8e119e2e Mon Sep 17 00:00:00 2001 From: Rui Yu <1567858+ruiyu2000@users.noreply.github.com> Date: Tue, 21 Jul 2026 10:56:07 +0200 Subject: [PATCH] chore: add 5-day Dependabot cooldown --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..e543fce --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: + - package-ecosystem: github-actions + directory: "/" + schedule: + interval: "weekly" + time: "09:00" + timezone: "Europe/Oslo" + cooldown: + default-days: 5