From 8edd5061bbe93f8d0564260c2fb420803f02f714 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Mon, 14 Sep 2020 20:56:45 +0200 Subject: [PATCH] Fix formatting --- config.js.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.js.tmpl b/config.js.tmpl index 46d72e8..8bc9b6e 100644 --- a/config.js.tmpl +++ b/config.js.tmpl @@ -8,8 +8,8 @@ module.exports = { assignees: ["decentral1se", "calix"], labels: ["renovate", "dependencies", "automated"], "docker-compose": { - fileMatch: "(^|/)compose[^/]*\.ya?ml$" - } + fileMatch: "(^|/)compose[^/]*\.ya?ml$", + }, onboardingConfig: { extends: ["config:base"], },