mirror of
https://github.com/thegeeklab/corenetworks.git
synced 2024-11-13 00:10:42 +00:00
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
|
|
}
|
|
}
|