From 152d1b3658022e55a056371fdb2056a83c123578 Mon Sep 17 00:00:00 2001 From: Oliver Eyton-Williams Date: Thu, 3 Jun 2021 21:57:38 +0200 Subject: [PATCH] fix: configure renovate --- renovate.json | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index f45d8f11..1e002cc4 100644 --- a/renovate.json +++ b/renovate.json @@ -1,5 +1,16 @@ { - "extends": [ - "config:base" + "labels": ["renovate"], + "extends": ["config:base"], + "branchConcurrentLimit": 20, + "dependencyDashboard": true, + "major": { + "dependencyDashboardApproval": true + }, + "packageRules": [ + { + "matchUpdateTypes": ["minor", "patch", "pin", "digest"], + "matchCurrentVersion": "!/^0/", + "automerge": true + } ] }