From d40aaa703d594c0c8a91d7084fc517ffeb22512c Mon Sep 17 00:00:00 2001 From: Danny Avila <110412045+danny-avila@users.noreply.github.com> Date: Mon, 5 Jun 2023 11:22:14 -0400 Subject: [PATCH] chore: change dependabot settings for all packages (#442) --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 59db211cb3..eb933db575 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -20,6 +20,8 @@ updates: include: "scope" - package-ecosystem: "npm" # See documentation for possible values directory: "/client" # Location of package manifests + target-branch: "develop" + versioning-strategy: increase-if-necessary schedule: interval: "weekly" allow: @@ -31,6 +33,8 @@ updates: include: "scope" - package-ecosystem: "npm" # See documentation for possible values directory: "/" # Location of package manifests + target-branch: "develop" + versioning-strategy: increase-if-necessary schedule: interval: "weekly" allow: