refactor: rename renovate config file
This commit is contained in:
parent
d67c8ddc29
commit
eadd5c8a73
1 changed files with 0 additions and 0 deletions
40
.renovaterc
Normal file
40
.renovaterc
Normal file
|
@ -0,0 +1,40 @@
|
|||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"config:recommended",
|
||||
":semanticCommits",
|
||||
":semanticCommitScopeDisabled"
|
||||
],
|
||||
"regexManagers": [
|
||||
{
|
||||
"description": "ArgoCD",
|
||||
"fileMatch": ["argocd-init\\.yml$"],
|
||||
"matchStrings": [
|
||||
"\\s+repo:\\s(?<registryUrl>.*)\\n\\s+chart:\\s(?<depName>.*)\\n\\s+version:\\s(?<currentValue>.*)\\n"
|
||||
],
|
||||
"datasourceTemplate": "helm"
|
||||
},
|
||||
{
|
||||
"description": "Baseline",
|
||||
"fileMatch": ["\\.jsonnet$"],
|
||||
"matchStrings": [
|
||||
"\\s+chart::\\s\\\"(?<depName>.*)\\\",",
|
||||
"\\s+version::\\s\\\"(?<currentValue>.*)\\\",",
|
||||
"\\s+repo::\\s\\\"(?<registryUrl>.*)\\\","
|
||||
],
|
||||
"matchStringsStrategy": "combination",
|
||||
"datasourceTemplate": "helm"
|
||||
},
|
||||
{
|
||||
"description": "Baseline - 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