From 6ba3f7f7f40bc236421ed829c713110e9e998788 Mon Sep 17 00:00:00 2001 From: ludeeus Date: Thu, 29 Feb 2024 05:32:49 +0000 Subject: [PATCH 1/2] Change dependabot to run weekly --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ec2b800e5..0ff1ab7e1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,10 +3,10 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: daily + interval: weekly open-pull-requests-limit: 10 - package-ecosystem: pip directory: "/" schedule: - interval: monthly + interval: weekly open-pull-requests-limit: 10 From cce06fc9a5bc53ffc1593da8bfae3c792ba761dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Thu, 29 Feb 2024 13:39:51 +0100 Subject: [PATCH 2/2] Update .github/dependabot.yml --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0ff1ab7e1..74e05b871 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,7 +3,7 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: weekly + interval: daily open-pull-requests-limit: 10 - package-ecosystem: pip directory: "/"