From 7f8e0f8728e44587b42dff22e8d2fc77333fdf02 Mon Sep 17 00:00:00 2001 From: Philipp Sieber Date: Mon, 21 Aug 2023 10:16:48 +0200 Subject: [PATCH] [SKIP CI] Update Dependabot schedule. --- .github/dependabot.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 35f219c..8c5c5e0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,13 +4,17 @@ updates: directory: / schedule: interval: weekly + day: sunday + timezone: Europe/Berlin commit-message: prefix: '[SKIP CI] ' open-pull-requests-limit: 10 - package-ecosystem: npm directory: / schedule: - interval: daily + interval: weekly + day: sunday + timezone: Europe/Berlin commit-message: prefix: '[BUILD] ' open-pull-requests-limit: 10