Skip to content

Commit

Permalink
chore: Add renovate for updating istio dependency (#1757)
Browse files Browse the repository at this point in the history
Co-authored-by: Stanislav Khalash <[email protected]>
  • Loading branch information
a-thaler and skhalash authored Jan 17, 2025
1 parent 377db25 commit 6e8f189
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"labels": [
"area/dependency",
"kind/chore"
],
"gomod": {
"enabled": false
},
"kustomize": {
"enabled": false
},
"dockerfile": {
"enabled": false
},
"helm-values": {
"enabled": false
},
"github-actions": {
"enabled": false
},
"customManagers": [
{
"customType": "regex",
"fileMatch": [
"^\\.env$"
],
"matchStrings": [
"ENV_ISTIO_VERSION=(?<currentValue>\\d+?\\.\\d+?\\.\\d+?)"
],
"datasourceTemplate": "github-releases",
"versioningTemplate": "semver",
"depNameTemplate": "kyma-project/istio"
}
]
}

0 comments on commit 6e8f189

Please sign in to comment.