From 1d6c82b254d97861e67f44f659c8bfa12baa596d Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Mon, 14 Feb 2022 09:49:18 -0500 Subject: [PATCH] chore: update Dependabot config (#7855) - Allow updating GitHub Action versions - Increase allowed PRs from default 5 to 99 --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1fb0b58741cb6..664e8251e20a0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,9 @@ updates: directory: / schedule: interval: daily + open-pull-requests-limit: 99 + - package-ecosystem: github-actions + directory: '/' + schedule: + interval: daily + open-pull-requests-limit: 99