alpine/renovate.json
Robert Kaussow b70cdfe12d
All checks were successful
continuous-integration/drone/push Build is passing
setup renovate-bot
2020-10-18 14:58:46 +02:00

13 lines
357 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base"],
"regexManagers": [
{
"fileMatch": ["^Dockerfile$"],
"matchStrings": [
"datasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?\\sENV .*?_VERSION=\"\\${.*:-(?<currentValue>.*)}\"\\s"
]
}
]
}