From 3f2c6469ba7b3c0f1aabc3771e37705e8c6ff8a3 Mon Sep 17 00:00:00 2001 From: Pete Wagner <1559510+thepwagner@users.noreply.github.com> Date: Thu, 16 May 2024 12:56:45 -0400 Subject: [PATCH] shopify-suggested edits Shopify wants this configuration to be `open-pull-requests-limit: 100`. --- .github/dependabot.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index bb70cb6..db4e74b 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -4,17 +4,20 @@ updates: directory: "/" schedule: interval: "daily" + open-pull-requests-limit: 100 reviewers: - "Shopify/infrasec" - package-ecosystem: "docker" directory: "/" schedule: interval: "daily" + open-pull-requests-limit: 100 reviewers: - "Shopify/infrasec" - package-ecosystem: "github-actions" directory: "/" schedule: interval: "daily" + open-pull-requests-limit: 100 reviewers: - "Shopify/infrasec"