From dd6956f1cf8139d22d1a4a9b2abd792f33772efc Mon Sep 17 00:00:00 2001 From: Scott Brenner Date: Sat, 21 Dec 2024 16:12:55 -0800 Subject: [PATCH] Raise pull requests for version updates against the 'beta' branch --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ea7c7d7884..3b78a310aa 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,6 +9,9 @@ updates: - package-ecosystem: "github-actions" # Look for GitHub Actions workflows in the `root` directory directory: "/" + # Raise pull requests for version updates + # against the `beta` branch + target-branch: "beta" # Check the for updates once a week schedule: interval: "weekly"