Skip to content

build(deps): bump github.com/osbuild/images from 0.87.0 to 0.88.0 in /bib in the go-deps group #1551

build(deps): bump github.com/osbuild/images from 0.87.0 to 0.88.0 in /bib in the go-deps group

build(deps): bump github.com/osbuild/images from 0.87.0 to 0.88.0 in /bib in the go-deps group #1551

# Taken from https://docs.github.com/en/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions#common-dependabot-automations
name: Dependabot auto-approve and auto-merge
on: pull_request_target
permissions: write-all
jobs:
dependabot:
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- name: Approve a PR
run: gh pr review --approve "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{secrets.SCHUTZBOT_GITHUB_ACCESS_TOKEN}}
- name: Enable auto-merge for Dependabot PRs
run: gh pr merge --auto --rebase "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{secrets.SCHUTZBOT_GITHUB_ACCESS_TOKEN}}