From f09fa3a07073c95d6912144906c6a70ccdd410f7 Mon Sep 17 00:00:00 2001 From: liu-idf18 Date: Mon, 6 Jul 2026 10:43:25 -0300 Subject: [PATCH] Change Dependabot schedule from weekly to daily TZAHAL 1165 --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8487f45d76100..cfb7c531bd8d6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,7 +9,7 @@ updates: - package-ecosystem: 'github-actions' directory: '/' schedule: - interval: 'weekly' + interval: 'daily' groups: github-actions: patterns: @@ -18,4 +18,4 @@ updates: - package-ecosystem: 'devcontainers' directory: '/' schedule: - interval: weekly + interval: daily