فهرست منبع

fix(renovate): use fileMatch instead of managerFilePatterns for .j2 files

xcad 7 ماه پیش
والد
کامیت
994db5b93d
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      renovate.json

+ 2 - 2
renovate.json

@@ -130,8 +130,8 @@
     {
       "customType": "regex",
       "description": "Update Docker images in Jinja2 compose templates",
-      "managerFilePatterns": [
-        "/library/compose/.+/compose\\.ya?ml\\.j2$/"
+      "fileMatch": [
+        "(^|/)library/compose/.+/compose\\.ya?ml\\.j2$"
       ],
       "matchStrings": [
         "image:\\s*(?<depName>[^:\\s]+):(?<currentValue>[^\\s\\n{]+)"