From 234ad9444b4c48080f1f17f1cbbcbc2eeadc4399 Mon Sep 17 00:00:00 2001 From: Mark Ridgwell Date: Mon, 13 Nov 2023 07:21:44 +0000 Subject: [PATCH] [Dependencies] - Update .github/workflows/dependabot.yml to match the template repo --- .github/workflows/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index f7c79278..63cf9b80 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -21,6 +21,6 @@ jobs: shell: bash run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE" - name: "Rebase" - uses: bbeesley/gha-auto-dependabot-rebase@v1.3.313 + uses: bbeesley/gha-auto-dependabot-rebase@v1.3.316 env: GITHUB_TOKEN: ${{secrets.SOURCE_PUSH_TOKEN}}