diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index 616e448..0f21301 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -4,6 +4,10 @@ on: pull_request: types: [opened, reopened, synchronize] +permissions: + contents: write + pull-requests: write + jobs: ApproveAndMerge: name: Auto approve Dependabot PRs