chore: use renovate preset config
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Robert Kaussow 2021-01-09 21:57:06 +01:00
parent 6050e938f4
commit 89e9629976
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
1 changed files with 2 additions and 21 deletions

View File

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