From: Yurii Motov Date: Fri, 17 Apr 2026 13:53:28 +0000 (+0200) Subject: Setup cooldown period time for Dependabot X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=e9cd5bb51fcf8235db89d03a2c4497ffec2adec0;p=thirdparty%2Ffastapi%2Fsqlmodel.git Setup cooldown period time for Dependabot --- diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 959ec970f..88b668456 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,6 +5,8 @@ updates: directory: "/" schedule: interval: "daily" + cooldown: + default-days: 7 commit-message: prefix: ⬆ # Python @@ -12,5 +14,7 @@ updates: directory: "/" schedule: interval: "daily" + cooldown: + default-days: 7 commit-message: prefix: ⬆