From 97e0b774872cab767a01dd58abc3821a627ac4da Mon Sep 17 00:00:00 2001 From: Christian Rackerseder Date: Thu, 28 Mar 2019 14:21:01 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20Reconfigure=20Renovate?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- renovate.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 renovate.json diff --git a/renovate.json b/renovate.json new file mode 100644 index 00000000..10ec53db --- /dev/null +++ b/renovate.json @@ -0,0 +1,9 @@ +{ + "extends": ["config:base"], + "commitMessagePrefix": "⬆️ ", + "prConcurrentLimit": 3, + "labels": ["renovate"], + "nvm": { + "enabled": false + } +}