Support for Jinja #18470
-
I've got several projects in which my However, this seems not to be supported by Renovate. I tried extending the "docker-compose": {
"fileMatch": [
"^compose\\.ya?ml(?:\\.j2)?$"
]
} This config successfully detects files named Is there a configuration issue on my side or is this not supported by Renovate yet? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 13 replies
-
This will not work with the standard Regarding a general Jinja support. IMO not in the near future as there are too many edge cases to support it. |
Beta Was this translation helpful? Give feedback.
-
I was able to solve this by changing the default jinja block delimiters from |
Beta Was this translation helpful? Give feedback.
PR opened #26682