-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrenovate.json
More file actions
26 lines (26 loc) · 768 Bytes
/
renovate.json
File metadata and controls
26 lines (26 loc) · 768 Bytes
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
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended", "docker:enableMajor", "docker:pinDigests"],
"packageRules": [
{
"matchPackageNames": "ghcr.io/nextcloud-releases/all-in-one",
"enabled": false
},
{
"matchPackageNames": ["linuxserver/**"],
"allowedVersions": "<14"
},
{
"matchPackageNames": ["plexinc/pms-docker"],
"versioning": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)\\.(?<build>\\d+)-[0-9a-f]+$"
},
{
"matchPackagePrefixes": ["ghcr.io/hotio/"],
"versionCompatibility": "^(?<compatibility>.*)-(?<version>.*)$"
},
{
"matchFileNames": ["dozzle/**", "home-assistant/**"],
"automerge": true
}
]
}