From 282e82728b88cd507dd7c2983523a08cee6180f8 Mon Sep 17 00:00:00 2001 From: June Date: Tue, 21 Oct 2025 23:12:34 +0200 Subject: [PATCH] renovate: match file compose jinja2 templates (.j2) as well --- renovate.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index a92bd3a..1766469 100644 --- a/renovate.json +++ b/renovate.json @@ -19,5 +19,10 @@ "patch" ] } - ] + ], + "docker-compose": { + "managerFilePatterns": [ + "/(^|/)(?:docker-)?compose[^/]*\\.ya?ml.j2$/" + ] + } }