Skip to content

Bump kubernetes from 26.1.0 to 28.1.0 #10

Bump kubernetes from 26.1.0 to 28.1.0

Bump kubernetes from 26.1.0 to 28.1.0 #10

---
name: Dependabot Auto-merge
on: pull_request
permissions:
contents: write
jobs:
dependabot:
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- name: Automatically merge Dependabot PRs
run: gh pr merge --auto --merge "${PR_URL}"
env:
PR_URL: ${{ github.event.pull_request.html_url }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}