Browse Source

auto-update: use a branch prefix rather than suffix (#12097)

This is more in-line with dependabot and similar auto-updaters.

Reduce ci coverage on github action updating (it does not change
kubespray code, no need for testing).
pull/12064/head
Max Gautier 2 weeks ago
committed by GitHub
parent
commit
5222f48978
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions
  1. 1
      .github/dependabot.yml
  2. 2
      .github/workflows/upgrade-patch-versions.yml

1
.github/dependabot.yml

@ -16,5 +16,6 @@ updates:
directory: "/"
labels:
- release-note-none
- ci-short
schedule:
interval: "weekly"

2
.github/workflows/upgrade-patch-versions.yml

@ -34,7 +34,7 @@ jobs:
commit-message: Patch versions updates
title: Patch versions updates - ${{ inputs.branch }}
labels: bot
branch: ${{ inputs.branch }}-patch-updates
branch: component_hash_update/${{ inputs.branch }}
sign-commits: true
body: |
/kind feature

Loading…
Cancel
Save