build(deps): bump the kopia-ui-npm-dependencies group in /app with 12 updates #139
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: auto-merge | |
on: | |
pull_request: | |
jobs: | |
auto-merge: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 | |
- uses: ahmadnassri/action-dependabot-auto-merge@v2 | |
with: | |
# auto-merge rules are in /.github/auto-merge.yml | |
github-token: ${{ secrets.AUTO_MERGE_TOKEN }} |