mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-09 15:02:08 -03:30
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).
This commit is contained in:
parent
7b6b7318b2
commit
5222f48978
1
.github/dependabot.yml
vendored
1
.github/dependabot.yml
vendored
@ -16,5 +16,6 @@ updates:
|
||||
directory: "/"
|
||||
labels:
|
||||
- release-note-none
|
||||
- ci-short
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
|
||||
2
.github/workflows/upgrade-patch-versions.yml
vendored
2
.github/workflows/upgrade-patch-versions.yml
vendored
@ -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…
x
Reference in New Issue
Block a user