refactor: 구조 변경
This commit is contained in:
+8
-8
@@ -14,7 +14,7 @@
|
||||
{
|
||||
"customType": "regex",
|
||||
"managerFilePatterns": [
|
||||
"/^platform/control-plane/argocd/application-sets/platform-addons\\.yaml$/"
|
||||
"/^gitops/platform/control-plane/argocd/application-sets/platform-addons\\.yaml$/"
|
||||
],
|
||||
"matchStrings": [
|
||||
"# renovate: datasource=(?<datasource>\\S+) depName=(?<depName>\\S+) registryUrl=(?<registryUrl>\\S+)\\s+revision: (?<currentValue>\\S+)"
|
||||
@@ -24,7 +24,7 @@
|
||||
"customType": "regex",
|
||||
"datasourceTemplate": "docker",
|
||||
"managerFilePatterns": [
|
||||
"/^platform/control-plane/argocd/application-sets/platform-addons\\.yaml$/"
|
||||
"/^gitops/platform/control-plane/argocd/application-sets/platform-addons\\.yaml$/"
|
||||
],
|
||||
"matchStrings": [
|
||||
"# renovate: datasource=docker depName=(?<depName>\\S+)\\s+repository: \\S+\\s+tag: \"(?<currentValue>[^@\"]+)@(?<currentDigest>sha256:[a-f0-9]{64})\""
|
||||
@@ -48,12 +48,12 @@
|
||||
{
|
||||
"description": "Require review for cluster controllers and stateful platform components",
|
||||
"matchFileNames": [
|
||||
"platform/control-plane/**",
|
||||
"clusters/dev-k3s/overlays/platform/**",
|
||||
"clusters/dev-k3s/overlays/systems/**",
|
||||
"platform/**",
|
||||
"systems/**",
|
||||
"iac/**"
|
||||
"gitops/platform/control-plane/**",
|
||||
"gitops/clusters/dev-k3s/overlays/platform/**",
|
||||
"gitops/clusters/dev-k3s/overlays/systems/**",
|
||||
"gitops/platform/**",
|
||||
"gitops/apps/systems/**",
|
||||
"infrastructure/**"
|
||||
],
|
||||
"automerge": false
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user