From 6b7480fc124cfbd33a4698bb3bce1cced0608b6e Mon Sep 17 00:00:00 2001 From: Quentin Legot Date: Tue, 29 Aug 2023 17:40:58 +0200 Subject: [PATCH] Dependabot will now propose PR to dev instead of master --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8abca40..cc77eeb 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,4 @@ updates: directory: "/" # Location of package manifests schedule: interval: "daily" + target-branch: "dev"