From e0202a072ef4aaab57c6bc599cb0f70ade8b48fa Mon Sep 17 00:00:00 2001 From: Mark Ridgwell Date: Tue, 12 Sep 2023 07:35:00 +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 9147db3d..e4483f22 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -19,7 +19,7 @@ jobs: steps: - run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE" - name: rebase - uses: bbeesley/gha-auto-dependabot-rebase@v1.3.264 + uses: bbeesley/gha-auto-dependabot-rebase@v1.3.266 env: GITHUB_TOKEN: ${{secrets.SOURCE_PUSH_TOKEN}}