From cd17e9192ca53fd442588eab08954d7224833f80 Mon Sep 17 00:00:00 2001 From: "ld-repository-standards[bot]" <113625520+ld-repository-standards[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 06:28:47 +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