1
0
Fork 0
onnx-web/renovate.json

13 lines
253 B
JSON
Raw Permalink Normal View History

2023-01-05 18:48:05 +00:00
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"pip_requirements": {
"fileMatch": [
"(^|/)[\\w-]*requirements(-\\w+)?\\.(txt|pip)$",
"api/requirements/[\\w-]+.txt"
]
}
2023-01-05 18:48:05 +00:00
}