Skip to content

Update dependency Soenneker.Blazor.Utils.Navigation to v2.1.219 #1330

Update dependency Soenneker.Blazor.Utils.Navigation to v2.1.219

Update dependency Soenneker.Blazor.Utils.Navigation to v2.1.219 #1330

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}}