From 5798b05d1aab1644ea66b53ebf00486a382115a8 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Mon, 15 Feb 2021 11:42:23 +0100 Subject: [PATCH] Account for more base branches --- config.js.tmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/config.js.tmpl b/config.js.tmpl index 5bd8d10..8340d91 100644 --- a/config.js.tmpl +++ b/config.js.tmpl @@ -6,6 +6,7 @@ module.exports = { unicodeEmoji: false, assignees: ["decentral1se", "calix"], labels: ["renovate", "dependencies", "automated"], + baseBranches: ["master", "main"], "docker-compose": { fileMatch: "(^|/)compose[^/]*\.ya?ml$", },