From 6483fe4ecee835aa8a4f02992c119963b5240c6b Mon Sep 17 00:00:00 2001 From: "ld-repository-standards[bot]" <113625520+ld-repository-standards[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 06:12:23 +0000 Subject: [PATCH] chore: Add Dependabot version-update cooldown --- .github/dependabot.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 051d7686..8e103175 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,7 +1,14 @@ version: 2 - updates: - package-ecosystem: "pip" directory: "/" schedule: interval: "daily" + cooldown: + default-days: 7 + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + cooldown: + default-days: 7