renovate: match file compose jinja2 templates (.j2) as well
Some checks failed
/ Ansible Lint (push) Failing after 52s

This commit is contained in:
June 2025-10-21 23:12:34 +02:00
commit 282e82728b
Signed by: june
SSH key fingerprint: SHA256:o9EAq4Y9N9K0pBQeBTqhSDrND5E7oB+60ZNx0U1yPe0

View file

@ -19,5 +19,10 @@
"patch"
]
}
]
],
"docker-compose": {
"managerFilePatterns": [
"/(^|/)(?:docker-)?compose[^/]*\\.ya?ml.j2$/"
]
}
}