소스 검색

chore(config): migrate config renovate.json

renovate[bot] 1 년 전
부모
커밋
3f6d9568c2
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      renovate.json

+ 4 - 4
renovate.json

@@ -12,8 +12,8 @@
     "renovate"
   ],
   "kubernetes": {
-    "fileMatch": [
-      "(^|/)kubernetes/.+/[^/]+\\.ya?ml$"
+    "managerFilePatterns": [
+      "/(^|/)kubernetes/.+/[^/]+\\.ya?ml$/"
     ]
   },
   "packageRules": [
@@ -138,8 +138,8 @@
     {
       "customType": "regex",
       "description": "Update Longhorn images in Helm",
-      "fileMatch": [
-        "(^|/)kubernetes/longhorn/helm/values.yaml$"
+      "managerFilePatterns": [
+        "/(^|/)kubernetes/longhorn/helm/values.yaml$/"
       ],
       "matchStrings": [
         "engine:\\s*repository:\\s*\"?(?<depName>[^\"]+)\"?\\s*tag:\\s*\"?(?<currentValue>[^\"]+)\"?",