소스 검색

fix(renovate): use simple .j2 file extension match

xcad 7 달 전
부모
커밋
d8d86394cd
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\\.(yaml|yml)\\.j2$"
+        "\\.j2$"
       ],
       "matchStrings": [
         "image:\\s*(?<depName>[^:\\s]+):(?<currentValue>[^\\s\\n{]+)"