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)

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.
  • Loading branch information
dbyron-sf committed Apr 2, 2022
1 parent bfabbe3 commit 53938f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bump_dependencies.yml
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 53938f5

Please sign in to comment.