From f36629ef33e16b7cd81b528848ee69bc10b555df Mon Sep 17 00:00:00 2001 From: "M.Schmidt" Date: Wed, 24 Sep 2025 11:33:19 +0200 Subject: [PATCH] add write permissions for dependabot workflow --- .github/workflows/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) 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