From adba4e9e679de7d8aed5db154fb02c9bab8e5aff Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sat, 26 Dec 2020 16:08:46 +0100 Subject: [PATCH] use renovate preset config --- renovate.json | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/renovate.json b/renovate.json index bfe61a5..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"] +}