0
0
mirror of https://github.com/thegeeklab/corenetworks.git synced 2024-06-03 03:09:40 +02:00
corenetworks/renovate.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
}
}