blob: 0352d98783c8d9cad92f2f698b9a4a8f108a37a0 [file] [log] [blame]
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"html": {
"enabled": false
},
"regexManagers": [
{
"fileMatch": ["src/main/jbake/templates/downloads.tpl"],
"matchStrings": [
"\".+\\|(?<depName>.+)\\|(?<currentValue>.+)\\|.+\\|.+\",",
"\".+\\|(?<depName>.+)\\|(?<currentValue>.+)\\|.+\\\","
],
"datasourceTemplate": "maven",
"depNameTemplate": "org.apache.sling:{{{depName}}}"
}
]
}