From 3bb99e9d52ce70796add7ddd372207180f6707bf Mon Sep 17 00:00:00 2001 From: Frederic BIDON Date: Fri, 21 Aug 2026 21:54:20 +0200 Subject: [PATCH] chore: dependabot frequency to twice a week Signed-off-by: Frederic BIDON --- .github/dependabot.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index adc5f15e..fce71141 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -30,9 +30,10 @@ updates: directories: - "**/*" schedule: - interval: "weekly" - day: "friday" - open-pull-requests-limit: 4 + interval: "cron" + cronjob: "35 7 * * 1,4" # => update twice a week + timezone: CEST + open-pull-requests-limit: 16 # => {# modules} x {# groups} groups: development-dependencies: patterns: