From 4bc4cc2882705ac818530d23effef71211f80ff1 Mon Sep 17 00:00:00 2001 From: codejedi365 Date: Fri, 28 Aug 2026 17:07:45 -0600 Subject: [PATCH] ci(dependabot): add cooldown exclusions for python-semantic-release --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index fd31e71..569facf 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -15,6 +15,10 @@ updates: - dependabot rebase-strategy: auto versioning-strategy: increase-if-necessary + cooldown: + default-days: 3 + exclude: + - python-semantic-release # Maintain dependencies for Docker (ie our GitHub Action) - package-ecosystem: docker @@ -41,6 +45,10 @@ updates: - dependencies - dependabot rebase-strategy: auto + cooldown: + default-days: 3 + exclude: + - python-semantic-release/python-semantic-release groups: github-actions: patterns: