]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
Setup cooldown period time for Dependabot
authorYurii Motov <yurii.motov.monte@gmail.com>
Fri, 17 Apr 2026 13:53:28 +0000 (15:53 +0200)
committerYurii Motov <yurii.motov.monte@gmail.com>
Fri, 17 Apr 2026 13:53:28 +0000 (15:53 +0200)
.github/dependabot.yml

index 959ec970fbb0b9b4d4c0d697598d8739f8e29c9b..88b6684569b092805841e3dcb260e557b83061b7 100644 (file)
@@ -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: ⬆