npm:(deps): bump logrocket from 6.0.1 to 6.0.2 #359
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 auto-merge | |
on: pull_request | |
permissions: | |
contents: write | |
pull-requests: write | |
jobs: | |
auto-merge-dependabot: | |
name: Auto merge dependabot PR | |
timeout-minutes: 10 | |
runs-on: ubuntu-latest | |
if: ${{ github.actor == 'dependabot[bot]' }} | |
permissions: | |
pull-requests: write | |
contents: write | |
steps: | |
- name: Dependabot metadata | |
id: metadata | |
uses: dependabot/fetch-metadata@v1 | |
with: | |
github-token: "${{ secrets.GITHUB_TOKEN }}" | |
- name: Merge PR from dependabot | |
uses: fastify/[email protected] | |
with: | |
github-token: "${{ secrets.GITHUB_TOKEN }}" | |
target: minor | |
merge-method: rebase | |