Skip to content

Commit 3d8000f

Browse files
authored
update renovate.json (#267)
* update renovate.json helm values image.tag is now exclusively used for overriding Signed-off-by: Niclas Schad <[email protected]>
1 parent ad6ebfd commit 3d8000f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

renovate.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,19 @@
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
44
"config:base",
5-
":gitSignOff"
5+
":gitSignOff",
6+
":rebaseStalePrs"
67
],
78
"assignees": [
89
"ShuzZzle",
910
"kd7lxl"
1011
],
1112
"labels": ["dependencies"],
1213
"regexManagers": [{
13-
"description": "Update cortex image in README.md",
14-
"fileMatch": ["^README\\.md$"],
14+
"description": "Update cortex in Chart.yaml",
15+
"fileMatch": ["^Chart\\.yaml$"],
1516
"matchStrings": [
16-
"\\|\\s+image.&ZeroWidthSpace;tag\\s+\\|\\s+string\\s+\\|\\s+`\"(?<currentValue>.*?)\"`\\s+\\|\\s+\\|\\s+"
17+
"appVersion: (?<currentValue>.*?)\\n",
1718
],
1819
"depNameTemplate": "quay.io/cortexproject/cortex",
1920
"datasourceTemplate": "docker"

0 commit comments

Comments
 (0)