From 9cdd9b435899bc5c9bbb1cf653e449d8b838325f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 4 Jun 2021 09:48:27 +0200 Subject: [PATCH] Configure Renovate (#5) * Add renovate.json * Update renovate.json Co-authored-by: Renovate Bot Co-authored-by: Oliver Eyton-Williams --- renovate.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 renovate.json diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..1e002cc --- /dev/null +++ b/renovate.json @@ -0,0 +1,16 @@ +{ + "labels": ["renovate"], + "extends": ["config:base"], + "branchConcurrentLimit": 20, + "dependencyDashboard": true, + "major": { + "dependencyDashboardApproval": true + }, + "packageRules": [ + { + "matchUpdateTypes": ["minor", "patch", "pin", "digest"], + "matchCurrentVersion": "!/^0/", + "automerge": true + } + ] +}