Răsfoiți Sursa

fix(renovate): try fileMatch with simpler pattern

xcad 7 luni în urmă
părinte
comite
49b2263e9b
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 2 2
      renovate.json

+ 2 - 2
renovate.json

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