This repository has been archived on 2024-02-03. You can view files and clone it, but cannot push or open issues or pull requests.
vnu/renovate.json

14 lines
411 B
JSON
Raw Normal View History

2020-10-17 19:11:50 +00:00
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
2020-10-18 20:44:56 +00:00
"extends": ["config:base"],
"ignorePresets": [":prHourlyLimit2"],
"regexManagers": [
{
"fileMatch": ["^Dockerfile$"],
"matchStrings": [
2020-10-23 07:59:13 +00:00
"# renovate: datasource=(?<datasource>\\S+) depName=(?<depName>\\S+)( versioning=(?<versioning>.*?))?\\nENV .*?_VERSION=\"\\${.*:-(?<currentValue>.*)}\"\\s"
2020-10-18 20:44:56 +00:00
]
}
2020-10-17 19:11:50 +00:00
]
}