From 8aac87e4b1189f137a1d3bb8ec94defc96cbf581 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Mon, 12 Feb 2024 07:52:42 +0100 Subject: [PATCH] Dependabot switch to daily --- .github/dependabot.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 46e2183a0..8851a4b08 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,6 +3,5 @@ updates: - package-ecosystem: pip directory: "/" schedule: - interval: weekly - day: monday - open-pull-requests-limit: 10 \ No newline at end of file + interval: "daily" + open-pull-requests-limit: 10