Introduce workflow for bumping fluxcd/pkg deps

Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com>
This commit is contained in:
Matheus Pimenta 2026-02-14 02:42:16 +00:00
parent f950198f9d
commit 75bf2d608f
No known key found for this signature in database
GPG key ID: 4639F038AE28FBFF
4 changed files with 24 additions and 3 deletions

View file

@ -8,6 +8,6 @@ jobs:
permissions:
contents: write # for reading and creating branches.
pull-requests: write # for creating pull requests against release branches.
uses: fluxcd/gha-workflows/.github/workflows/backport.yaml@v0.4.0
uses: fluxcd/gha-workflows/.github/workflows/backport.yaml@v0.8.0
secrets:
github-token: ${{ secrets.BOT_GITHUB_TOKEN }}