Skip to content

Commit

Permalink
Start from ubuntu with reusing work from orange-cloudfoundry/orange-c…
Browse files Browse the repository at this point in the history
…f-bosh-cli

Update renovate.json5
  • Loading branch information
gberche-orange committed Jul 13, 2023
1 parent 720b41b commit c7bd0ab
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions renovate.json → renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,20 @@
"depNameTemplate": "vmware-tanzu/carvel-ytt",
"datasourceTemplate": "github-releases",
"versioningTemplate": "regex:v?(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)?$"
},
{
"description": "Kuttl version in DockerFile https://regex101.com/r/pRv0bq/1",
"fileMatch": ["Dockerfile$"],
"matchStrings": [
"ENV KUTTL_VERSION=\"(?<currentValue>.*)\""
],
"depNameTemplate": "kudobuilder/kuttl",
"datasourceTemplate": "github-releases",
"versioningTemplate": "regex:v?(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)?$",
// kuttl releases start with v
// https://docs.renovatebot.com/configuration-options/#extractversion
// use this config option when the raw version strings from the datasource do not match the expected format that you need in your package file.
extractVersionTemplate: "^v(?<version>.*)"
}
]

Expand Down

0 comments on commit c7bd0ab

Please sign in to comment.