From 28e37cf1ba2e5f3bfe35f3d72451e24b048d0384 Mon Sep 17 00:00:00 2001 From: Marco Rosa Date: Wed, 15 Nov 2023 17:02:53 +0100 Subject: [PATCH] Target develop branch for dependabot updates --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 91abb11f..3c6c5e1e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,5 @@ updates: directory: "/" # Location of package manifests schedule: interval: "weekly" + # Open pull requests for version updates on the `develop` branch + target-branch: "develop"