From e123ec9ef815bf175ecfebea2b90b281bfd00734 Mon Sep 17 00:00:00 2001 From: Gene Hoffman <30377676+hoffmang9@users.noreply.github.com> Date: Tue, 23 Mar 2021 16:42:16 -0700 Subject: [PATCH] Change dependabot to target main (#1470) --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index bc61264383..021d3cac97 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,7 +11,7 @@ updates: schedule: interval: "weekly" day: "tuesday" - target-branch: "dev" + target-branch: "main" pull-request-branch-name: # Separate sections of the branch name with a hyphen # for example, `dependabot-npm_and_yarn-next_js-acorn-6.4.1` @@ -24,7 +24,7 @@ updates: schedule: interval: "weekly" day: "tuesday" - target-branch: "dev" + target-branch: "main" pull-request-branch-name: # Separate sections of the branch name with a hyphen # for example, `dependabot-npm_and_yarn-next_js-acorn-6.4.1`