From c50695dd77be5a8e1ec2ac6deadc29ed306bf728 Mon Sep 17 00:00:00 2001 From: PyAnsys Automation bot <214123248+pyansys-automation@users.noreply.github.com> Date: Thu, 5 Feb 2026 19:33:13 +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 3d01e47b..b2e787a3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,8 @@ version: 2 updates: - package-ecosystem: "pip" # See documentation for possible values + cooldown: + default-days: 10 # Fallback cooldown if no specific rule applies directory: "/requirements" # Location of package manifests insecure-external-code-execution: allow schedule: @@ -20,6 +22,8 @@ updates: #- dependency-name: "grpcio" - package-ecosystem: "github-actions" + cooldown: + default-days: 10 # Fallback cooldown if no specific rule applies directory: "/" schedule: interval: "monthly" @@ -28,4 +32,4 @@ updates: groups: actions: patterns: - - "*" + - "*" \ No newline at end of file