From 6b1edfb40b4dcd04695fbff5210c096cd286ebab Mon Sep 17 00:00:00 2001 From: Nissim Lebovits <111617674+nlebovits@users.noreply.github.com> Date: Fri, 19 Jul 2024 13:59:30 +0200 Subject: [PATCH] chore: update dependabot target branch for testing (#797) --- .github/dependabot.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f70e7068..2c8ae3ef 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,7 +4,7 @@ updates: directory: '/' schedule: interval: 'daily' - target-branch: 'staging' + target-branch: 'dependabot-testing' # Change target branch for testing open-pull-requests-limit: 1 commit-message: prefix: 'deps' @@ -13,17 +13,16 @@ updates: directory: '/' schedule: interval: 'weekly' - target-branch: 'staging' + target-branch: 'dependabot-testing' # Change target branch for testing open-pull-requests-limit: 1 commit-message: prefix: 'deps' - debug: true - package-ecosystem: 'pip' directory: '/data/src' schedule: interval: 'weekly' - target-branch: 'staging' + target-branch: 'dependabot-testing' # Change target branch for testing open-pull-requests-limit: 1 commit-message: prefix: 'deps'