From 5e3816f8d37b13f8d867bca8c89b267af0547000 Mon Sep 17 00:00:00 2001 From: Dilum Aluthge Date: Thu, 14 Mar 2024 03:44:33 -0400 Subject: [PATCH] CI: Only run Dependabot once per month, but increase the open PR limit to 99 (#32) --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e9fa355..134d3f5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,8 +3,8 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "daily" - open-pull-requests-limit: 1 + interval: "monthly" + open-pull-requests-limit: 99 labels: - "dependencies" - "github-actions"