From 3f02fcca89b4ce85c990d07d56838187cc9e9c82 Mon Sep 17 00:00:00 2001 From: PyAnsys Automation bot <214123248+pyansys-automation@users.noreply.github.com> Date: Thu, 5 Feb 2026 19:35:46 +0100 Subject: [PATCH] Add cooldown settings to dependabot.yml --- .github/dependabot.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7b661cd6..40f51835 100755 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,6 +7,8 @@ version: 2 updates: - package-ecosystem: "pip" + cooldown: + default-days: 10 # Fallback cooldown if no specific rule applies directory: "/" # Location of package manifests insecure-external-code-execution: allow #registries: @@ -25,6 +27,8 @@ updates: - "zlilek-work" - package-ecosystem: "github-actions" + cooldown: + default-days: 10 # Fallback cooldown if no specific rule applies directory: "/" schedule: interval: "daily" @@ -34,4 +38,4 @@ updates: - "maintenance" reviewers: - "acohen-work" - - "zlilek-work" + - "zlilek-work" \ No newline at end of file