Skip to content

Commit

Permalink
chore: ignore gomplate version prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
aabouzaid committed Jul 17, 2024
1 parent 63a87c2 commit 9969412
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,14 @@
"matchDepPatterns": ["k8s.io/.*"],
"allowedVersions": "<0.28.0"
},
// Some asdf plugins use the "v" prefix, so we extract the version without it.
{
"matchFileNames": [".tool-versions"],
"matchPackageNames": [
"gomplate",
],
"extractVersion": "^v(?<version>.*)$",
},

//
// Camunda charts.
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
git-chglog 0.15.4
golang 1.22.5
gomplate 4.1.0
gomplate v4.1.0
helm 3.15.3
helm-ct 3.11.0
kubectl 1.27.15 # The kubectl version depends on the K8s CI cluster version
Expand Down

0 comments on commit 9969412

Please sign in to comment.