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/4] 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 1b8f54b27b7..d0a2df82d84 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/4] 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 00000000000..e8fafffad10 --- /dev/null +++ b/doc/changelog.d/4965.maintenance.md @@ -0,0 +1 @@ +Add dependabot cooldown settings From d7b6c69a6b9d23a4d7f06393a9ae92fc89274529 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Wed, 1 Apr 2026 06:40:23 +0000 Subject: [PATCH 3/4] chore: adding changelog file 5030.maintenance.md [dependabot-skip] --- doc/changelog.d/5030.maintenance.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/5030.maintenance.md diff --git a/doc/changelog.d/5030.maintenance.md b/doc/changelog.d/5030.maintenance.md new file mode 100644 index 00000000000..e8fafffad10 --- /dev/null +++ b/doc/changelog.d/5030.maintenance.md @@ -0,0 +1 @@ +Add dependabot cooldown settings From 1712a089e6f45d9cecb72d38358a16c6eede7b50 Mon Sep 17 00:00:00 2001 From: Prithwish Mukherjee Date: Wed, 1 Apr 2026 12:41:30 +0530 Subject: [PATCH 4/4] Remove redundant cooldown. --- .github/dependabot.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index efb8fc17a2c..f57753b8f5e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,8 +1,6 @@ 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 schedule: interval: "monthly" @@ -38,8 +36,6 @@ updates: - "patch" - package-ecosystem: "github-actions" - cooldown: - default-days: 10 # Fallback cooldown if no specific rule applies directory: "/" schedule: interval: "monthly"