thelounge-docker/renovate.json
2023-06-01 20:53:47 +02:00

26 lines
700 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"automerge": true,
"platformAutomerge": true,
"automergeType": "pr",
"commitBody": "Release-As: {{newVersion}}",
"enabledManagers": ["regex"],
"regexManagers": [
{
"fileMatch": ["Dockerfile"],
"matchStrings": [
"THELOUNGE_VERSION\\??=(?<currentValue>[^\\s]+)"
],
"datasourceTemplate": "npm",
"packageNameTemplate": "thelounge",
"depNameTemplate": "thelounge"
}
],
"packageRules": [
{
"matchPackageNames": ["thelounge"],
"ignoreUnstable": false
}
]
}