Ver Fonte

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

xcad há 4 meses atrás
pai
commit
d8d86394cd
1 ficheiros alterados com 1 adições e 1 exclusões
  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{]+)"