From 079b757e38d6d6806e8661bf72f136cf57f0ccfe Mon Sep 17 00:00:00 2001
From: Patrick Kollitsch <davidsneighbourdev+gh@gmail.com>
Date: Fri, 15 May 2026 05:05:41 +0000
Subject: [PATCH] build(fix): remove improper cooldown config for GH actions
---
.github/dependabot.yml | 5 +----
1 files changed, 1 insertions(+), 4 deletions(-)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 931fe90..92e45b2 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -53,10 +53,7 @@
time: "18:00"
timezone: Asia/Bangkok
cooldown:
- default-days: 14
- semver-major-days: 14
- semver-minor-days: 7
- semver-patch-days: 4
+ default-days: 7
assignees:
- davidsneighbour
target-branch: maintenance
--
Gitblit v1.10.0