Skip to content

chore(chart-deps): update cloudnative-pg-plugin-barman-cloud to version 0.6.0 #11907

chore(chart-deps): update cloudnative-pg-plugin-barman-cloud to version 0.6.0

chore(chart-deps): update cloudnative-pg-plugin-barman-cloud to version 0.6.0 #11907

name: Dependabot Auto Approve
on:
pull_request:
types: [opened, synchronize, reopened]
permissions:
contents: read
pull-requests: write
jobs:
auto-approve:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]' || github.event.pull_request.user.login == 'svcAPLBot'
steps:
- name: Auto approve PRs
uses: hmarr/auto-approve-action@v4
with:
github-token: ${{ secrets.GITHUB_TOKEN }}