diff --git a/.github/workflows/update-dependencies.yml b/.github/workflows/update-dependencies.yml index 51ac91867..112ba91de 100644 --- a/.github/workflows/update-dependencies.yml +++ b/.github/workflows/update-dependencies.yml @@ -1,8 +1,12 @@ name: Update dependencies on: - pull_request_target: + pull_request: types: [opened, synchronize, reopened, ready_for_review, labeled] +permissions: + issues: write + contents: write + jobs: update: name: Update dependencies