thegeeklab/renovate.json
Robert Kaussow 7b04a48b1e
All checks were successful
continuous-integration/drone/push Build is passing
fix typo
2020-11-29 20:38:12 +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": ["Makefile"],
"groupName": "hugo theme",
"packagePatterns": ["^thegeeklab"],
"automerge": true
}
],
"droneci": {
"enabled": false
}
}