From a34d63e2c403ac5d8b1df33e34d0c7ae4327fc2e Mon Sep 17 00:00:00 2001 From: ctali <87838713+ctali@users.noreply.github.com> Date: Thu, 30 Jul 2026 12:54:16 +1200 Subject: [PATCH] chore: Update dependabot.yml TDE-1991 --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c28fcab..5b7cdd8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,12 +4,16 @@ updates: directory: "/" schedule: interval: daily + cooldown: + default-days: 15 commit-message: prefix: "build(deps)" - package-ecosystem: pip directory: "/" schedule: interval: daily + cooldown: + default-days: 15 open-pull-requests-limit: 10 commit-message: prefix: "build(deps)"