From 2093f6c82a8f60d5e9ebc453ea77e8530d2badd4 Mon Sep 17 00:00:00 2001 From: Andreas Dangel Date: Sat, 12 Sep 2020 12:13:04 +0200 Subject: [PATCH] [ci] dependabot: don't open PRs for maven dependencies We might enable this for PMD 7 later --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0df1a8b49a..b11b4799b5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,6 +5,7 @@ updates: schedule: interval: "daily" target-branch: "master" + open-pull-requests-limit: 0 - package-ecosystem: "github-actions" directory: "/" schedule: