Add renovate.json
This commit is contained in:
parent
976932b2fa
commit
a052f14a26
1 changed files with 25 additions and 0 deletions
25
renovate.json
Normal file
25
renovate.json
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
{
|
||||||
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
|
"extends": ["config:base"],
|
||||||
|
"dependencyDashboard": true,
|
||||||
|
"dependencyDashboardTitle": "Renovate Dashboard",
|
||||||
|
"labels": ["renovatebot"],
|
||||||
|
"docker-compose": {
|
||||||
|
"ignorePaths": ["scripts"]
|
||||||
|
},
|
||||||
|
"hostRules": [
|
||||||
|
{
|
||||||
|
"matchHost": "docker.io",
|
||||||
|
"concurrentRequestLimit": 2
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"packageRules": [
|
||||||
|
{
|
||||||
|
"updateTypes": ["major"]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"matchPackageNames": ["${{ secrets.CUSTOM_REGISTRY }}/renovate/renovate"],
|
||||||
|
"customChangelogUrl": "https://github.com/renovatebot/renovate/releases"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in a new issue