thegeeklab/renovate.json
Robert Kaussow eb474454ae
All checks were successful
continuous-integration/drone/push Build is passing
enable automerge for theme updates
2020-11-29 18:52:28 +01:00

24 lines
537 B
JSON

{
"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": ["Makedile"],
"groupName": "hugo theme",
"packagePatterns": ["^thegeeklab"],
"automerge": true
}
],
"droneci": {
"enabled": false
}
}