Skip to content

Update dependency Soenneker.Tests.FixturedUnit to v2.1.845 #1736

Update dependency Soenneker.Tests.FixturedUnit to v2.1.845

Update dependency Soenneker.Tests.FixturedUnit to v2.1.845 #1736

Workflow file for this run

name: automerge
on: pull_request
permissions:
contents: write
pull-requests: write
env:
GH_TOKEN: ${{ secrets.RENOVATEBOT }}
jobs:
automerge:
runs-on: ubuntu-latest
if: ${{ github.actor == 'renovate[bot]' }}
steps:
- name: Enable auto-merge for Renovate PRs
run: gh pr merge --auto --merge "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
- name: Approve patch and minor updates
run: gh pr review $PR_URL --approve
env:
PR_URL: ${{github.event.pull_request.html_url}}