From 0107a483744998c3a094841e2880fa8acb619b57 Mon Sep 17 00:00:00 2001 From: Elliot DeNolf Date: Sun, 17 Nov 2024 12:35:29 -0500 Subject: [PATCH] ci: update dependabot config after branch rename --- .github/dependabot.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 084d2a72059..75770bad338 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,7 +8,7 @@ updates: - /.github/workflows - /.github/actions/* # Not working until resolved: https://github.com/dependabot/dependabot-core/issues/6345 - /.github/actions/setup - target-branch: beta + target-branch: main schedule: interval: monthly timezone: America/Detroit @@ -20,7 +20,7 @@ updates: - package-ecosystem: npm directory: / - target-branch: beta + target-branch: main schedule: interval: weekly day: sunday @@ -53,7 +53,7 @@ updates: # Only bump patch versions for 2.x - package-ecosystem: npm directory: / - target-branch: main + target-branch: 2.x schedule: interval: weekly day: sunday