Skip to content

chore(chart-deps): update argo-cd to version 8.6.4 #4848

chore(chart-deps): update argo-cd to version 8.6.4

chore(chart-deps): update argo-cd to version 8.6.4 #4848

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]'
steps:
- name: Auto approve dependabot PRs
uses: hmarr/auto-approve-action@v4
with:
github-token: ${{ secrets.GITHUB_TOKEN }}