From f9947e58daba592b508f0a3f66e30f3b50909be7 Mon Sep 17 00:00:00 2001 From: Alfonso Patino <3810819+aenciso@users.noreply.github.com> Date: Tue, 25 Jun 2024 13:51:11 +0100 Subject: [PATCH] Change target branch --- .github/workflows/update-dependabot-PR-nvmrc.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-dependabot-PR-nvmrc.yml b/.github/workflows/update-dependabot-PR-nvmrc.yml index 38e31112c..87a010b5b 100644 --- a/.github/workflows/update-dependabot-PR-nvmrc.yml +++ b/.github/workflows/update-dependabot-PR-nvmrc.yml @@ -3,7 +3,7 @@ name: Update Dependabot PR on: push: branches: - - 'dependabot/docker/main/node-22.3.0-alpine' + - 'dependabot/docker/main/node-22.3.0-alpine-test' jobs: update: @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # pin@v4.1.7 with: - ref: 'dependabot/docker/main/node-22.3.0-alpine' + ref: 'dependabot/docker/main/node-22.3.0-alpine-test' - name: Set up git run: | git config user.name 'github-actions[bot]'