Skip to content

Bump ch.qos.logback:logback-classic from 1.4.8 to 1.4.11 #4

Bump ch.qos.logback:logback-classic from 1.4.8 to 1.4.11

Bump ch.qos.logback:logback-classic from 1.4.8 to 1.4.11 #4

# https://github.com/dependabot/fetch-metadata#enabling-auto-merge
name: "Dependabot auto-merge"
on: pull_request_target
permissions:
pull-requests: write
contents: write
jobs:
dependabot:
runs-on: ubuntu-latest
if: ${{ github.event.pull_request.user.login == 'dependabot[bot]' }}
steps:
- name: "Dependabot metadata"
id: dependabot-metadata
uses: dependabot/fetch-metadata@v1
- name: "Enable auto-merge for Dependabot PRs"
if: ${{contains(steps.dependabot-metadata.outputs.dependency-names, 'rails') && steps.dependabot-metadata.outputs.update-type == 'version-update:semver-patch'}}
run: gh pr merge --auto --merge "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}