mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-17 02:12:55 +02:00
Migrate config renovate.json
This commit is contained in:
+24
-8
@@ -4,24 +4,36 @@
|
|||||||
"config:recommended"
|
"config:recommended"
|
||||||
],
|
],
|
||||||
"argocd": {
|
"argocd": {
|
||||||
"fileMatch": ["apps/templates/.+\\.yaml$"]
|
"managerFilePatterns": [
|
||||||
|
"/apps/templates/.+\\.yaml$/"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"helm-values": {
|
"helm-values": {
|
||||||
"fileMatch": ["apps/templates/.+\\.yaml$"]
|
"managerFilePatterns": [
|
||||||
|
"/apps/templates/.+\\.yaml$/"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"kubernetes": {
|
"kubernetes": {
|
||||||
"fileMatch": ["apps/templates/.+\\.yaml$"]
|
"managerFilePatterns": [
|
||||||
|
"/apps/templates/.+\\.yaml$/"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"regexManagers": [
|
"customManagers": [
|
||||||
{
|
{
|
||||||
"fileMatch": ["apps/templates/.+\\.yaml$"],
|
"customType": "regex",
|
||||||
|
"managerFilePatterns": [
|
||||||
|
"/apps/templates/.+\\.yaml$/"
|
||||||
|
],
|
||||||
"matchStrings": [
|
"matchStrings": [
|
||||||
"repoURL: https://github.com/(?<depName>[^/]+/[^/\\.]+)\\.git\\n\\s+targetRevision: (?<currentValue>.*)"
|
"repoURL: https://github.com/(?<depName>[^/]+/[^/\\.]+)\\.git\\n\\s+targetRevision: (?<currentValue>.*)"
|
||||||
],
|
],
|
||||||
"datasourceTemplate": "github-tags"
|
"datasourceTemplate": "github-tags"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fileMatch": ["apps/templates/.+\\.yaml$"],
|
"customType": "regex",
|
||||||
|
"managerFilePatterns": [
|
||||||
|
"/apps/templates/.+\\.yaml$/"
|
||||||
|
],
|
||||||
"matchStrings": [
|
"matchStrings": [
|
||||||
"repoURL: (?<registryUrl>.*?)\\n\\s+targetRevision: (?<currentValue>[^\\s]+)\\n\\s+chart: (?<depName>[^\\s]+)"
|
"repoURL: (?<registryUrl>.*?)\\n\\s+targetRevision: (?<currentValue>[^\\s]+)\\n\\s+chart: (?<depName>[^\\s]+)"
|
||||||
],
|
],
|
||||||
@@ -30,13 +42,17 @@
|
|||||||
],
|
],
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
"matchDatasources": ["helm"],
|
"matchDatasources": [
|
||||||
|
"helm"
|
||||||
|
],
|
||||||
"semanticCommits": "enabled",
|
"semanticCommits": "enabled",
|
||||||
"commitMessageTopic": "helm chart {{depName}}",
|
"commitMessageTopic": "helm chart {{depName}}",
|
||||||
"separateMinorPatch": true
|
"separateMinorPatch": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchDatasources": ["github-tags"],
|
"matchDatasources": [
|
||||||
|
"github-tags"
|
||||||
|
],
|
||||||
"semanticCommits": "enabled",
|
"semanticCommits": "enabled",
|
||||||
"commitMessageTopic": "{{depName}}",
|
"commitMessageTopic": "{{depName}}",
|
||||||
"separateMinorPatch": true
|
"separateMinorPatch": true
|
||||||
|
|||||||
Reference in New Issue
Block a user