From 657c7eac22ffe69d631c9dd69bf7ddfc56254f4b Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sun, 3 Jan 2021 14:04:32 +0100 Subject: [PATCH] chore: use renovate preset config --- renovate.json | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/renovate.json b/renovate.json index 91ced0d..bf73d46 100644 --- a/renovate.json +++ b/renovate.json @@ -1,14 +1,4 @@ { - "extends": ["config:base"], - "regexManagers": [ - { - "fileMatch": ["^Makefile$"], - "matchStrings": [ - "# renovate: datasource=(?\\S+) depName=(?\\S+)( versioning=(?.*?))?\\n.*?_VERSION := (?.*)\\s" - ] - } - ], - "droneci": { - "enabled": false - } + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": ["github>thegeeklab/renovate-presets"] }