From 3bcee370522c6a06bb8f6d3064f87d7ae159b3f0 Mon Sep 17 00:00:00 2001 From: Brian Munkholm Date: Mon, 7 Oct 2024 16:28:47 +0200 Subject: [PATCH] Update dependabot.yml to schedule monthly instead of weekly --- .github/dependabot.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3bf209a4..61d0c5ae 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,8 +3,7 @@ updates: - package-ecosystem: pip directory: "/" schedule: - interval: weekly - day: tuesday + interval: monthly open-pull-requests-limit: 10 allow: - dependency-type: direct