From a6e9ef7e6e2f78ca09c10ba02756c190f4de4bac Mon Sep 17 00:00:00 2001 From: dhrubabasu <7675102+dhrubabasu@users.noreply.github.com> Date: Wed, 27 Dec 2023 14:23:04 -0500 Subject: [PATCH] Set dependabot target branch to `dev` --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b444581e62d0..39bc8b683ea0 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"