Migrate config renovate.json

This commit is contained in:
renovate[bot]
2026-02-22 19:17:41 +00:00
committed by GitHub
parent 51a6da0a3d
commit bfc505d41a
+24 -8
View File
@@ -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