25 lines
610 B
JSON
25 lines
610 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": ["config:base"],
|
|
"dependencyDashboard": true,
|
|
"dependencyDashboardTitle": ":robot_head: Renovate Dashboard",
|
|
"labels": ["renovatebot"],
|
|
"docker-compose": {
|
|
"ignorePaths": ["scripts"]
|
|
},
|
|
"hostRules": [
|
|
{
|
|
"matchHost": "docker.io",
|
|
"concurrentRequestLimit": 2
|
|
}
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"updateTypes": ["major"]
|
|
},
|
|
{
|
|
"matchPackageNames": ["docker.mafyuh.xyz/renovate/renovate"],
|
|
"customChangelogUrl": "https://github.com/renovatebot/renovate/releases"
|
|
}
|
|
]
|
|
}
|