瀏覽代碼

fix(renovate): simplify fileMatch regex pattern

xcad 5 月之前
父節點
當前提交
a918a56336
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      renovate.json

+ 1 - 1
renovate.json

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