refactor: 구조 변경

This commit is contained in:
donghyeon-ka
2026-08-28 17:24:26 +09:00
parent a6f6c663e0
commit b8626946b1
192 changed files with 2251 additions and 206 deletions
+8 -8
View File
@@ -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
},