thegeeklab/renovate.json
Robert Kaussow 8f3b93d61d
All checks were successful
continuous-integration/drone/push Build is passing
enable renovate
2020-11-22 15:45:47 +01:00

15 lines
330 B
JSON

{
"extends": ["config:base"],
"regexManagers": [
{
"fileMatch": ["^Makefile$"],
"matchStrings": [
"# renovate: datasource=(?<datasource>\\S+) depName=(?<depName>\\S+)( versioning=(?<versioning>.*?))?\\n.*?_VERSION := (?<currentValue>.*)\\s"
]
}
],
"droneci": {
"enabled": false
}
}