From a2043d6c0fe33bd99599bf90252ca58738aee237 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Mon, 28 Dec 2020 16:25:45 +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"] }