Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: update jinja delimiters back to default #1269

Merged
merged 3 commits into from
Jan 29, 2024
Merged

Conversation

onedr0p
Copy link
Owner

@onedr0p onedr0p commented Jan 29, 2024

Renovate now strips {{ ... }}, {% ... %} from YAML files before being processed so there shouldn't be an issue reverting this. One caveat is that {% raw %} ... {% endraw %} need to be used anywhere in the templates that use {{ ... }} where the templating is not used... e.g. Go templates in files or ansible templates that need to be retained.

Fixes: #1175

@onedr0p onedr0p merged commit df642e5 into main Jan 29, 2024
5 checks passed
@onedr0p onedr0p deleted the change-jinja-delimiters branch January 29, 2024 22:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Change jinja block delimiters
1 participant