Răsfoiți Sursa

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

xcad 4 luni în urmă
părinte
comite
994db5b93d
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  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{]+)"