From 2570a19024338f450e8937ad04e86e0670c52327 Mon Sep 17 00:00:00 2001 From: Tang Rufus Date: Mon, 11 May 2026 03:34:34 +0100 Subject: [PATCH] Dependabot: Update config ci-skip --- .github/dependabot.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 10d6e47..dce4e25 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,8 +4,13 @@ updates: - package-ecosystem: gomod directory: / schedule: - interval: weekly + interval: daily + cooldown: + default-days: 3 + - package-ecosystem: github-actions directory: / schedule: - interval: weekly + interval: daily + cooldown: + default-days: 3