Skip to content

Commit

Permalink
Adds renovate config
Browse files Browse the repository at this point in the history
Signed-off-by: Malte Münch <[email protected]>
  • Loading branch information
mxmxchere committed Jan 10, 2023
1 parent 3ec36df commit 589f46d
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"automerge": "true",
"platformAutomerge": "true",
"prHourlyLimit": 0,
"regexManagers": [
{
"fileMatch": [
"values.yaml"
],
"datasourceTemplate": "docker",
"versioningTemplate": "semver-coerced",
"matchStrings": [
// https://regex101.com/r/oimJd1/1
"(?<depName>k8s\\.gcr\\.io\\/kube-apiserver):(?<currentValue>v[0-9.a-z-]+)",
"(?<depName>k8s\\.gcr\\.io\\/kube-controller-manager):(?<currentValue>v[0-9.a-z-]+)"
]
}
],
"lockFileMaintenance": {
"enabled": false
},
"includeForks": true,
"enabledManagers": ["regex"],
"prCreation": "immediate"
}

0 comments on commit 589f46d

Please sign in to comment.