From 7657ae1928949a6fecbf8806f9f3ae802a9d2f47 Mon Sep 17 00:00:00 2001 From: Ryan Date: Tue, 17 Aug 2021 19:28:14 +0100 Subject: [PATCH] Fix Dependabot to target the right branch and open all PR (#106) --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 60dde504..b0aea93f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,11 +9,15 @@ updates: # Maintain Maven Updates - package-ecosystem: "maven" # See documentation for possible values directory: "/" # Location of package manifests + target-branch: "development" + open-pull-requests-limit: 50 schedule: interval: "daily" # Maintain dependencies for GitHub Actions - package-ecosystem: "github-actions" directory: "/" + target-branch: "development" + open-pull-requests-limit: 50 schedule: interval: "daily"