Skip to content

Commit

Permalink
chore(dependencies): don't create an autobump PR for halyard on a kor…
Browse files Browse the repository at this point in the history
…k release branch (#948) (#988)

since release branches in halyard don't align with release branches in kork.  For example,
a release-1.27.x branch exists in both kork and halyard.  In kork release-1.27.x aligns
with spinnaker version 1.27.x, but halyard version numbers are independent from spinnaker
versions.

(cherry picked from commit 53938f5)

Co-authored-by: David Byron <[email protected]>
  • Loading branch information
mergify[bot] and dbyron-sf committed Oct 22, 2022
1 parent dfb2e31 commit 038e068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bump_dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
ref: ${{ github.event.client_payload.ref }}
baseBranch: ${{ github.event.client_payload.branch }}
key: korkVersion
repositories: clouddriver,echo,fiat,front50,gate,halyard,igor,keel,orca,rosco,swabbie
repositories: clouddriver,echo,fiat,front50,gate,igor,keel,orca,rosco,swabbie
mavenRepositoryUrl: https://repo.maven.apache.org/maven2
groupId: io.spinnaker.kork
artifactId: kork-bom
Expand Down

0 comments on commit 038e068

Please sign in to comment.