From d40af1e553730ffc52535f71bbe60e8d0af3db74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20St=C3=A4bler?= Date: Tue, 14 Apr 2026 10:30:32 +0200 Subject: [PATCH 1/2] Disable auto-approve --- .github/workflows/dependabot-auto-merge.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/dependabot-auto-merge.yml b/.github/workflows/dependabot-auto-merge.yml index 3859803..5f3962a 100644 --- a/.github/workflows/dependabot-auto-merge.yml +++ b/.github/workflows/dependabot-auto-merge.yml @@ -16,12 +16,6 @@ jobs: with: github-token: "${{ secrets.GITHUB_TOKEN }}" - - name: Auto-approve PR - run: gh pr review --approve "$PR_URL" - env: - PR_URL: ${{ github.event.pull_request.html_url }} - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Enable auto-merge for minor and patch updates if: | steps.metadata.outputs.update-type == 'version-update:semver-minor' || From f73c83697eba1bc5414c04d2d7b1712491310117 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20St=C3=A4bler?= Date: Tue, 14 Apr 2026 10:30:50 +0200 Subject: [PATCH 2/2] Fix dependabot config (no labels, commit prefix) --- .github/dependabot.yml | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index fc48efd..95ccc24 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,11 +6,8 @@ updates: schedule: interval: "daily" open-pull-requests-limit: 10 - labels: - - "dependencies" - - "go" commit-message: - prefix: "chore(deps)" + prefix: "chore" include: "scope" groups: kubernetes: @@ -25,11 +22,8 @@ updates: interval: "weekly" day: "monday" time: "06:00" - labels: - - "dependencies" - - "github-actions" commit-message: - prefix: "chore(github-actions)" + prefix: "chore github-actions" include: "scope" groups: github-actions: @@ -41,9 +35,6 @@ updates: directory: "/" schedule: interval: "daily" - labels: - - "dependencies" - - "docker" commit-message: - prefix: "chore(docker)" + prefix: "chore docker" include: "scope"