From cb365cb180ab8e152af94c57dd344f579d736ecc Mon Sep 17 00:00:00 2001 From: ShaharNaveh <50263213+ShaharNaveh@users.noreply.github.com> Date: Mon, 22 Jun 2026 16:43:28 +0300 Subject: [PATCH] dependabot check daily --- .github/dependabot.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e9e2041d482..77d4ad98571 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,7 +6,7 @@ updates: - "/" - "crates/*" schedule: - interval: weekly + interval: daily cooldown: default-days: 7 semver-major-days: 30 @@ -157,13 +157,13 @@ updates: - package-ecosystem: github-actions directory: / schedule: - interval: weekly + interval: daily cooldown: default-days: 7 - package-ecosystem: npm directory: / schedule: - interval: weekly + interval: daily cooldown: default-days: 7 semver-major-days: 30 @@ -172,6 +172,6 @@ updates: - package-ecosystem: pre-commit directory: / schedule: - interval: weekly + interval: daily cooldown: default-days: 7