molecule/renovate.json

17 lines
452 B
JSON
Raw 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-11-28 12:10:28 +01:00
],
"droneci": {
"enabled": false
}
2020-10-17 21:10:48 +02:00
}