molecule/renovate.json

14 lines
411 B
JSON
Raw Permalink Normal View History

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