Robert Kaussow
8f3b93d61d
All checks were successful
continuous-integration/drone/push Build is passing
15 lines
330 B
JSON
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
|
|
}
|
|
}
|