From a9fdce52dcdbb0cb71efdab356b84896f47d98f9 Mon Sep 17 00:00:00 2001 From: Yuri Tatishchev Date: Thu, 1 May 2025 19:12:06 -0700 Subject: [PATCH] renovate: add compose.yml.j2 file support to config --- renovate.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 5db72dd..bdf857c 100644 --- a/renovate.json +++ b/renovate.json @@ -2,5 +2,10 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "config:recommended" - ] + ], + "docker-compose": { + "fileMatch": [ + "(^|/)(?:docker-)?compose[^/]*\\.ya?ml(\\.j2)?$" + ] + } }