From 116583d99e970ef302f99e710ef70c5adf56cb86 Mon Sep 17 00:00:00 2001 From: Jason Raimondi Date: Tue, 23 Jan 2024 23:17:51 -0500 Subject: [PATCH] ops: dependabot for main / 2.x branch --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) 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