From a4bb3a2bffc5a0fa01327b0a5818476eefb0be92 Mon Sep 17 00:00:00 2001 From: Tiff Fehr <60173+tiffehr@users.noreply.github.com> Date: Mon, 9 Mar 2026 09:51:57 -0400 Subject: [PATCH] Add target-branch specification for dependabot PRs staging to test and verify deployment is steady, then we'll PR the work to main --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e3564fa6..785b6540 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,7 @@ updates: # GitHub Actions - package-ecosystem: "github-actions" directory: "/" + target-branch: "staging" schedule: interval: "weekly" day: "monday" @@ -15,6 +16,7 @@ updates: # Ruby gems (Bundler) - package-ecosystem: "bundler" directory: "/" + target-branch: "staging" schedule: interval: "weekly" day: "monday"