diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 48e9c771e..d7ebdbfdb 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,10 +1,12 @@ version: 2 updates: - # Maintain dependencies for GitHub Actions + # Maintain dependencies for GitHub Actions. - package-ecosystem: "github-actions" directory: "/" schedule: interval: "daily" + # Too noisy. See https://github.community/t/increase-if-necessary-for-github-actions-in-dependabot/179581 + open-pull-requests-limit: 0 # Maintain dependencies for Composer - package-ecosystem: "composer"