ソースを参照

fix(renovate): try fileMatch with simpler pattern

xcad 9 ヶ月 前
コミット
49b2263e9b
1 ファイル変更2 行追加2 行削除
  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{]+)"