chore(deps): bump flatted from 3.3.3 to 3.4.2 in the npm_and_yarn group across 1 directory #143
Workflow file for this run
This file contains hidden or 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: Enable Dependabot Auto-Merge | |
| on: pull_request | |
| jobs: | |
| dependabot: | |
| uses: Staffbase/gha-workflows/.github/workflows/template_automerge_dependabot.yml@v11.1.1 | |
| secrets: | |
| app_id: ${{ vars.STAFFBASE_ACTIONS_APP_ID }} | |
| private_key: ${{ secrets.STAFFBASE_ACTIONS_PRIVATE_KEY }} |