.github/renovate.json
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"platform": "github",
"onboarding": false,
"repositories": [
"andrcuns/allure-report-publisher"
],
"enabledManagers": [
"regex"
],
"labels": [
"dependencies"
],
"customManagers": [
{
"customType": "regex",
"fileMatch": [
"Dockerfile"
],
"matchStrings": [
"ARG ALLURE_VERSION=(?<currentValue>.*?)\\n"
],
"depNameTemplate": "allure-framework/allure2",
"datasourceTemplate": "github-releases"
}
]
}