From e0262f5ffb2741f41fba0575739926fead6e6f41 Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Wed, 12 May 2021 14:21:31 +0300 Subject: [PATCH] Do not manage GitHub actions versions with dependabot. Too noisy. --- .github/dependabot.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 48e9c77..d7ebdbf 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"