chore(deps-dev): bump @types/node from 16.18.122 to 16.18.123 in /examples/function-potterdb in the dev-dependencies group #18866
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "dependabot approve-and-request-merge" | |
on: pull_request_target | |
jobs: | |
worker: | |
permissions: | |
contents: write | |
id-token: write | |
runs-on: ubuntu-latest | |
if: github.actor == 'dependabot[bot]' | |
steps: | |
- uses: contentful/github-auto-merge@v1 | |
with: | |
VAULT_URL: ${{ secrets.VAULT_URL }} |