From 11fee543520dbb7fbd26ad08e528edd670560856 Mon Sep 17 00:00:00 2001 From: Reese Armstrong Date: Tue, 6 Feb 2024 02:36:55 -0600 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6b4a1dc..f6da4a1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,11 +11,6 @@ updates: interval: "daily" assignees: - "reesericci" - target-branch: "v2" - - package-ecosystem: "bundler" # See documentation for possible values - directory: "/" # Location of package manifests - schedule: - interval: "daily" - assignees: - - "reesericci" - target-branch: "v2" + target-branch: + - "v2" + - "main"