chore(config): migrate config .renovaterc.json
This commit is contained in:
parent
055bf114b2
commit
c9e8bc7a65
1 changed files with 9 additions and 9 deletions
|
@ -7,8 +7,8 @@
|
||||||
{
|
{
|
||||||
"customType": "regex",
|
"customType": "regex",
|
||||||
"description": "k3s",
|
"description": "k3s",
|
||||||
"fileMatch": [
|
"managerFilePatterns": [
|
||||||
"playbook\\.yml"
|
"/playbook\\.yml/"
|
||||||
],
|
],
|
||||||
"matchStrings": [
|
"matchStrings": [
|
||||||
"\\s+k3s_version:\\s(?<currentValue>.*)"
|
"\\s+k3s_version:\\s(?<currentValue>.*)"
|
||||||
|
@ -19,13 +19,13 @@
|
||||||
{
|
{
|
||||||
"customType": "regex",
|
"customType": "regex",
|
||||||
"description": "ArgoCD",
|
"description": "ArgoCD",
|
||||||
"fileMatch": [
|
"managerFilePatterns": [
|
||||||
"^argocd-bootstrap/.*\\.yml$"
|
"/^argocd-bootstrap/.*\\.yml$/"
|
||||||
],
|
],
|
||||||
"matchStrings": [
|
"matchStrings": [
|
||||||
"\\s+chart:\\s(?<depName>.*)",
|
"\\s+chart:\\s(?<depName>.*)",
|
||||||
"\\s+repo:\\s(?<registryUrl>.*)",
|
"\\s+repo:\\s(?<registryUrl>.*)",
|
||||||
"\\s+version:\\s(?<currentValue>.*)"
|
"\\s+version:\\s(?<currentValue>.*)"
|
||||||
],
|
],
|
||||||
"matchStringsStrategy": "combination",
|
"matchStringsStrategy": "combination",
|
||||||
"datasourceTemplate": "helm"
|
"datasourceTemplate": "helm"
|
||||||
|
@ -33,8 +33,8 @@
|
||||||
{
|
{
|
||||||
"customType": "regex",
|
"customType": "regex",
|
||||||
"description": "Baseline Manifests",
|
"description": "Baseline Manifests",
|
||||||
"fileMatch": [
|
"managerFilePatterns": [
|
||||||
"\\.jsonnet$"
|
"/\\.jsonnet$/"
|
||||||
],
|
],
|
||||||
"matchStrings": [
|
"matchStrings": [
|
||||||
"\\s+chart::\\s\\\"(?<depName>.*)\\\",",
|
"\\s+chart::\\s\\\"(?<depName>.*)\\\",",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue