Skip to content

Commit

Permalink
fix(deps): Rollback concourse version
Browse files Browse the repository at this point in the history
# Issue

The required version of the concourse CLI is dictated by the server.
concourse.app-runtime-interfaces.ci.cloudfoundry.org is on 7.10.0

# Fix

Rollback and disable automated updates through renovate
  • Loading branch information
silvestre committed May 3, 2024
1 parent e520f97 commit 4a92a0f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ act 0.2.62
actionlint 1.6.27
bosh 7.5.6
cf 8.7.10
concourse 7.11.2
concourse 7.10.0
direnv 2.34.0
gcloud 473.0.0
ginkgo 2.17.2
Expand Down
8 changes: 0 additions & 8 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,6 @@
"datasourceTemplate": "github-releases",
"extractVersionTemplate": "^v(?<version>\\S+)"
},
{
"customType": "regex",
"fileMatch": ["\\.tool-versions$"],
"matchStrings": ["(^|\\n)concourse (?<currentValue>.+?)\\n"],
"depNameTemplate": "concourse/concourse",
"datasourceTemplate": "github-releases",
"extractVersionTemplate": "^v(?<version>\\S+)"
},
{
"customType": "regex",
"fileMatch": ["\\.tool-versions$"],
Expand Down

0 comments on commit 4a92a0f

Please sign in to comment.