use renovate preset config

This commit is contained in:
Robert Kaussow 2020-12-26 16:08:46 +01:00
parent 8b34876434
commit adba4e9e67
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
1 changed files with 3 additions and 13 deletions

View File

@ -1,14 +1,4 @@
{
"extends": ["config:base"],
"regexManagers": [
{
"fileMatch": ["^Makefile$"],
"matchStrings": [
"# renovate: datasource=(?<datasource>\\S+) depName=(?<depName>\\S+)( versioning=(?<versioning>.*?))?\\n.*?_VERSION := (?<currentValue>.*)\\s"
]
}
],
"droneci": {
"enabled": false
}
}
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>thegeeklab/renovate-presets"]
}