diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f597142a..6693e556 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,11 @@ updates: directory: "/" # Location of package manifests schedule: interval: "monthly" + target-branch: "main" + + - package-ecosystem: "npm" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "monthly" + target-branch: "2.x" + security-updates-only: true