feat: add renovate configuration
This commit is contained in:
parent
045160d43d
commit
98a3dde5c2
1 changed files with 29 additions and 0 deletions
29
renovate.json
Normal file
29
renovate.json
Normal file
|
@ -0,0 +1,29 @@
|
||||||
|
{
|
||||||
|
"extends": ["config:base"],
|
||||||
|
"prHourlyLimit": 5,
|
||||||
|
"regexManagers": [
|
||||||
|
{
|
||||||
|
"description": "Baseline upgrades",
|
||||||
|
"fileMatch": ["\\.jsonnet$"],
|
||||||
|
"matchStrings": [
|
||||||
|
"\\s+chart::\\s\\\"(?<depName>.*)\\\",",
|
||||||
|
"\\s+version::\\s\\\"(?<currentValue>.*)\\\",",
|
||||||
|
"\\s+repo::\\s\\\"(?<registryUrl>.*)\\\","
|
||||||
|
],
|
||||||
|
"matchStringsStrategy": "combination",
|
||||||
|
"datasourceTemplate": "helm"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description": "Edge case prometheus",
|
||||||
|
"fileMatch": ["prometheus-stack\\.jsonnet"],
|
||||||
|
"matchStrings": [
|
||||||
|
"\\s+chart::\\s\\\"(?<depName>.*)\\\",",
|
||||||
|
"\\s+\\\"version\\\"\:\\s\\\"(?<currentValue>.*)\\\",",
|
||||||
|
"\\s+repo::\\s\\\"(?<registryUrl>.*)\\\","
|
||||||
|
],
|
||||||
|
"matchStringsStrategy": "combination",
|
||||||
|
"datasourceTemplate": "helm"
|
||||||
|
}
|
||||||
|
|
||||||
|
]
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue