From c0219ac4f96104009d36c7ab3e5ea41ec6e5a7ff Mon Sep 17 00:00:00 2001 From: actae0n <19864268+xpcmdshell@users.noreply.github.com> Date: Sun, 5 Apr 2026 01:32:57 -0700 Subject: [PATCH] Scope Dependabot dispatch permission --- .github/workflows/dependabot-automerge.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/dependabot-automerge.yml b/.github/workflows/dependabot-automerge.yml index b69107a..9c48e14 100644 --- a/.github/workflows/dependabot-automerge.yml +++ b/.github/workflows/dependabot-automerge.yml @@ -99,6 +99,10 @@ jobs: refresh-behind-dependabot-prs: name: Refresh behind Dependabot PRs if: github.event_name != 'pull_request' + permissions: + actions: write + contents: write + pull-requests: write runs-on: ubuntu-latest steps: - name: Update behind safe Dependabot PRs