nginx/renovate.json

23 lines
660 B
JSON
Raw Normal View History

2020-10-17 21:11:04 +02:00
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
2020-10-18 22:35:49 +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:35:49 +02:00
]
}
],
"packageRules": [
{
"datasources": ["github-releases"],
"paths": ["Dockerfile"],
"groupName": "docker helper tools",
"packagePatterns": ["^hairyhenderson", "^aptible", "^thegeeklab"],
"automerge": true
}
2020-10-17 21:11:04 +02:00
]
}