Kaynağa Gözat

fix(renovate): try fileMatch with simpler pattern

xcad 9 ay önce
ebeveyn
işleme
49b2263e9b
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      renovate.json

+ 2 - 2
renovate.json

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