Skip to content

build(deps-dev): bump chart.js from 4.4.6 to 4.4.7 #68

build(deps-dev): bump chart.js from 4.4.6 to 4.4.7

build(deps-dev): bump chart.js from 4.4.6 to 4.4.7 #68

name: Dependabot Automerge
on: pull_request_target
permissions:
contents: write
pull-requests: write
jobs:
dependabot:
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- name: Collect Dependabot metadata
id: metadata
uses: dependabot/fetch-metadata@v2.2.0
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
compat-lookup: true
- name: Enable auto-merge for pull request
if: ${{ fromJSON(steps.metadata.outputs.compatibility-score) >= 80 }}
run: gh pr merge --auto -s "$PR_URL"
env:
PR_URL: ${{ github.event.pull_request.html_url }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}