Skip to content

build(deps): bump webpki-roots from 1.0.6 to 1.0.7 #7

build(deps): bump webpki-roots from 1.0.6 to 1.0.7

build(deps): bump webpki-roots from 1.0.6 to 1.0.7 #7

name: Auto-merge Dependabot
on:
pull_request:
permissions:
contents: write
pull-requests: write
jobs:
automerge:
if: github.actor == 'dependabot[bot]'
runs-on: ubuntu-latest
steps:
- name: Auto-merge minor and patch updates
uses: dependabot/fetch-metadata@v2
id: metadata
- name: Approve and merge
if: steps.metadata.outputs.update-type != 'version-update:semver-major'
run: gh pr merge "$PR_URL" --auto --squash
env:
PR_URL: ${{ github.event.pull_request.html_url }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}