From 110d709953053972c13553d131ae2f153e2273b3 Mon Sep 17 00:00:00 2001 From: PyAnsys Automation bot <214123248+pyansys-automation@users.noreply.github.com> Date: Sun, 1 Mar 2026 07:22:45 +0100 Subject: [PATCH 1/2] 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 1b8f54b27b78..d0a2df82d847 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: "/" # Location of package manifests insecure-external-code-execution: allow schedule: @@ -35,6 +37,8 @@ updates: - "patch" - package-ecosystem: "github-actions" + cooldown: + default-days: 10 # Fallback cooldown if no specific rule applies directory: "/" schedule: interval: "monthly" @@ -43,4 +47,4 @@ updates: groups: actions: patterns: - - "*" + - "*" \ No newline at end of file From ad3faa9d3f7a2b367fe8dd4dd22df77b197b5ffa Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Sun, 1 Mar 2026 06:23:15 +0000 Subject: [PATCH 2/2] chore: adding changelog file 4965.maintenance.md [dependabot-skip] --- doc/changelog.d/4965.maintenance.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/4965.maintenance.md diff --git a/doc/changelog.d/4965.maintenance.md b/doc/changelog.d/4965.maintenance.md new file mode 100644 index 000000000000..e8fafffad108 --- /dev/null +++ b/doc/changelog.d/4965.maintenance.md @@ -0,0 +1 @@ +Add dependabot cooldown settings