From 0fab8ce5f4545bdf1c49eefce212e49a5c5291b0 Mon Sep 17 00:00:00 2001 From: Emmanuel Zamora Date: Mon, 1 Sep 2025 15:20:29 -0300 Subject: [PATCH] Use development as target branch for dependabot prs --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a9bdf77..f4768de 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,8 +6,10 @@ updates: directory: "/" schedule: interval: daily + target-branch: development - package-ecosystem: maven directory: "/" schedule: interval: daily open-pull-requests-limit: 4 + target-branch: development