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"] +}