forked from 1Solon/Home-Server-Configuration
-
Notifications
You must be signed in to change notification settings - Fork 0
/
renovate.json
27 lines (27 loc) · 795 Bytes
/
renovate.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"],
"kubernetes": { "fileMatch": ["\\.yaml$"] },
"schedule": ["at any time"],
"prHourlyLimit": 0,
"prConcurrentLimit": 0,
"reviewers": ["1Solon"],
"packageRules": [
{
"description": "Postgres major updates are disabled, mainly because Starr apps ONLY support 14 :<",
"packageNames": ["postgres"],
"updateTypes": ["major"],
"enabled": false
},
{
"description": "YMA dating scheme",
"packagePatterns": ["^ghcr\\.io/linuxserver/jellyfin$"],
"allowedVersions": "<2000"
},
{
"description": "YMA dating scheme",
"packagePatterns": ["^ghcr\\.io/linuxserver/qbittorrent$"],
"allowedVersions": "<6"
}
]
}