From 77b7af45b6fd871ebdb247c57a121c4e14692e11 Mon Sep 17 00:00:00 2001 From: PyAnsys Automation bot <214123248+pyansys-automation@users.noreply.github.com> Date: Thu, 5 Feb 2026 19:30:40 +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 d5302a07..3e72edff 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,8 @@ version: 2 updates: - package-ecosystem: "pip" + cooldown: + default-days: 10 # Fallback cooldown if no specific rule applies directory: "/" schedule: interval: "daily" @@ -14,8 +16,10 @@ updates: dependency-type: "development" - package-ecosystem: "github-actions" + cooldown: + default-days: 10 # Fallback cooldown if no specific rule applies directory: "/" schedule: interval: "daily" labels: - - "maintenance" + - "maintenance" \ No newline at end of file From d70d3ff36e52d875e25acf6c6f5c44dee1f9adf5 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Thu, 5 Feb 2026 18:31:38 +0000 Subject: [PATCH 2/2] chore: adding changelog file 312.miscellaneous.md [dependabot-skip] --- doc/changelog.d/312.miscellaneous.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/312.miscellaneous.md diff --git a/doc/changelog.d/312.miscellaneous.md b/doc/changelog.d/312.miscellaneous.md new file mode 100644 index 00000000..94488ebe --- /dev/null +++ b/doc/changelog.d/312.miscellaneous.md @@ -0,0 +1 @@ +Chore: add dependabot cooldown settings