From 3950a639a2b8b328e618b8d7da47543b09f9165f Mon Sep 17 00:00:00 2001 From: "ld-repository-standards[bot]" <113625520+ld-repository-standards[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 06:12:32 +0000 Subject: [PATCH] chore: Add Dependabot version-update cooldown --- .github/dependabot.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7c972ef..cd18dfd 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,10 +1,14 @@ version: 2 -updates: +updates: - package-ecosystem: "github-actions" directory: "/" - schedule: + schedule: interval: "daily" + cooldown: + default-days: 7 - package-ecosystem: "npm" directory: "/" - schedule: + schedule: interval: "daily" + cooldown: + default-days: 7