Add renovate.json
This commit is contained in:
parent
0732e7b160
commit
7d91d0a141
37
renovate.json
Normal file
37
renovate.json
Normal file
@ -0,0 +1,37 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": ["config:recommended"],
|
||||
"dependencyDashboard": true,
|
||||
"dependencyDashboardTitle": "Renovate Dashboard",
|
||||
"assignees": ["bieri"],
|
||||
"labels": ["renovate"],
|
||||
"configMigration": true,
|
||||
"prHourlyLimit": 0,
|
||||
"docker-compose": {
|
||||
"hostRules": [
|
||||
{
|
||||
"matchHost": "docker.io",
|
||||
"concurrentRequestLimit": 2
|
||||
}
|
||||
],
|
||||
"packageRules": [
|
||||
{
|
||||
"matchPackageNames": "redis",
|
||||
"matchCurrentVersion": "6.2-alpine",
|
||||
"enabled": false
|
||||
},
|
||||
{
|
||||
"matchPackageNames": "tensorchord/pgvecto-rs",
|
||||
"enabled": false
|
||||
},
|
||||
{
|
||||
"matchPackageNames": "ghcr.io/hotio/duplicacy",
|
||||
"versionCompatibility": "^(?<compatibility>release-)(?<version>.+)$"
|
||||
},
|
||||
{
|
||||
"matchPackageNames": ["ghcr.io/linuxserver/jellyfin"],
|
||||
"allowedVersions": "<2021"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user