From ed805e848b767cbf8a74d40bd70296a339af29b8 Mon Sep 17 00:00:00 2001 From: Frank Schnicke <77283144+FrankSchnicke@users.noreply.github.com> Date: Fri, 28 Oct 2022 08:42:08 +0200 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 239de353..277fcdbd 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,9 +11,11 @@ updates: directory: "/" schedule: interval: "daily" + target-branch: "development" # Maintain dependencies for Maven - package-ecosystem: "maven" directory: "/" schedule: - interval: "daily" \ No newline at end of file + interval: "daily" + target-branch: "development"