From fb24bff47ecfe0b33c4d38ef8d954d0c0a3c6f69 Mon Sep 17 00:00:00 2001 From: Mark Ridgwell Date: Tue, 24 Oct 2023 08:31:11 +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 1d510235..82af92e5 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -21,7 +21,7 @@ jobs: shell: bash run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE" - name: "Rebase" - uses: bbeesley/gha-auto-dependabot-rebase@v1.3.300 + uses: bbeesley/gha-auto-dependabot-rebase@v1.3.299 env: GITHUB_TOKEN: ${{secrets.SOURCE_PUSH_TOKEN}}