From 8b51a9e9c2275e26ba3bdd6fdfc2227b5a75c173 Mon Sep 17 00:00:00 2001 From: Dilum Aluthge Date: Wed, 19 Jun 2024 13:58:53 -0400 Subject: [PATCH] CI: Only run Dependabot once per month, but make the open-PR-limit very large (#113) * CI: Only run Dependabot once per month, but make the open-PR-limit very large * Format YAML --- .github/dependabot.yml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 235cb11..c2bec2d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,11 @@ version: 2 updates: -- package-ecosystem: 'github-actions' - directory: '/' - schedule: - interval: 'monthly' + - package-ecosystem: github-actions + directory: / + schedule: + interval: monthly + open-pull-requests-limit: 99 + labels: + - dependencies + - github-actions +