From fa9a2ca9e554b6f1c65d2961f390083efa6d716a Mon Sep 17 00:00:00 2001 From: PyAnsys Automation bot <214123248+pyansys-automation@users.noreply.github.com> Date: Thu, 5 Feb 2026 19:31:09 +0100 Subject: [PATCH] Add cooldown settings to dependabot.yml --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 43b60d4ccf7..f4c5c9fabba 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,11 +1,15 @@ version: 2 updates: - package-ecosystem: "pip" + cooldown: + default-days: 10 # Fallback cooldown if no specific rule applies directory: "/" schedule: interval: "daily" - package-ecosystem: "github-actions" + cooldown: + default-days: 10 # Fallback cooldown if no specific rule applies directory: "/" schedule: interval: "daily" \ No newline at end of file