From 026324a3b19267b16c8f53ee2599931919eb9b5e Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Mon, 14 Sep 2020 20:53:13 +0200 Subject: [PATCH] Capture right compose files --- config.js.tmpl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.js.tmpl b/config.js.tmpl index 358773e..b353d01 100644 --- a/config.js.tmpl +++ b/config.js.tmpl @@ -7,6 +7,9 @@ module.exports = { unicodeEmoji: false, assignees: ["decentral1se", "calix"], labels: ["renovate", "dependencies", "automated"], + docker-compose: { + fileMatch: "(^|/)compose[^/]*\.ya?ml$" + } onboardingConfig: { extends: ["config:base"], },