From 870bc0130df8f40e7db97a63bb898a5d9beef1b6 Mon Sep 17 00:00:00 2001 From: RaptaG Date: Fri, 7 Jul 2023 15:31:22 +0300 Subject: [PATCH] Dependabot targets the dev branch Faster merges without breaking the mainline Signed-off-by: RaptaG --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4549cb5d..1e7f7d61 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,8 +7,10 @@ updates: directory: "/" schedule: interval: "daily" + target-branch: "dev" - package-ecosystem: "github-actions" directory: "/" schedule: interval: "daily" + target-branch: "dev"