Skip to content

Bump eslint-plugin-yml from 1.15.0 to 1.16.0 #4455

Bump eslint-plugin-yml from 1.15.0 to 1.16.0

Bump eslint-plugin-yml from 1.15.0 to 1.16.0 #4455

Workflow file for this run

name: Dependabot auto-merge
on: pull_request_target
permissions:
pull-requests: write
contents: write
jobs:
dependabot:
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- name: Dependabot metadata
id: metadata
uses: dependabot/fetch-metadata@v2
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
- uses: actions/checkout@v4
- name: Enable auto-merge for Dependabot PRs
if: ${{(steps.metadata.outputs.update-type == 'version-update:semver-minor' || steps.metadata.outputs.update-type == 'version-update:semver-patch') }}
run: gh pr merge --merge --auto ${{ github.event.number }}
env:
GH_TOKEN: ${{ secrets.ZORGBORT_TOKEN }}