Skip to content

chore(deps): bump linuxfabrik-lib from 3.1.0 to 3.2.0 #17

chore(deps): bump linuxfabrik-lib from 3.1.0 to 3.2.0

chore(deps): bump linuxfabrik-lib from 3.1.0 to 3.2.0 #17

name: "Linuxfabrik: Dependabot auto-merge"
on:
pull_request:
permissions:
contents: write
pull-requests: write
jobs:
auto-merge:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- uses: dependabot/fetch-metadata@ffa630c65fa7e0ecfa0625b5ceda64399aea1b36 # v3.0.0
id: meta
- if: >-
steps.meta.outputs.update-type == 'version-update:semver-patch'
|| steps.meta.outputs.update-type == 'version-update:semver-minor'
run: gh pr merge --auto --squash "$PR_URL"
env:
PR_URL: ${{ github.event.pull_request.html_url }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}