From 44005258fcab8c99f6b394526e453ba1e4366b13 Mon Sep 17 00:00:00 2001 From: Danny Avila <110412045+danny-avila@users.noreply.github.com> Date: Mon, 5 Jun 2023 10:35:04 -0400 Subject: [PATCH] chore: create develop branch and change dependabot settings (#435) --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7693fb4ab6..59db211cb3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,6 +7,8 @@ version: 2 updates: - package-ecosystem: "npm" # See documentation for possible values directory: "/api" # Location of package manifests + target-branch: "develop" + versioning-strategy: increase-if-necessary schedule: interval: "weekly" allow: