From 5222f48978f20cda13f7bd27b2d6ae214d380c2f Mon Sep 17 00:00:00 2001 From: Max Gautier Date: Mon, 31 Mar 2025 10:04:36 +0200 Subject: [PATCH] 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). --- .github/dependabot.yml | 1 + .github/workflows/upgrade-patch-versions.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 127022f74..74b909c05 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -16,5 +16,6 @@ updates: directory: "/" labels: - release-note-none + - ci-short schedule: interval: "weekly" diff --git a/.github/workflows/upgrade-patch-versions.yml b/.github/workflows/upgrade-patch-versions.yml index c8377aab4..0793a12fc 100644 --- a/.github/workflows/upgrade-patch-versions.yml +++ b/.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