ccd8e800df
* hacking at dns * hack * hax * start dics! * hacking * feat: docs! --------- Co-authored-by: Truxnell <9149206+truxnell@users.noreply.github.com>
41 lines
983 B
Text
41 lines
983 B
Text
{
|
|
|
|
"packageRules": [
|
|
{
|
|
// auto update up to major
|
|
"matchDatasources": ['docker'],
|
|
"automerge": "true",
|
|
"automergeType": "branch",
|
|
"schedule": [ "before 4am on Sunday" ],
|
|
"matchUpdateTypes": [ 'minor', 'patch', 'digest'],
|
|
"matchPackageNames": [
|
|
'ghcr.io/onedr0p/sonarr',
|
|
'ghcr.io/onedr0p/readarr',
|
|
'ghcr.io/onedr0p/radarr',
|
|
'ghcr.io/onedr0p/lidarr',
|
|
'ghcr.io/onedr0p/prowlarr'
|
|
],
|
|
|
|
},
|
|
// auto update up to minor
|
|
{
|
|
"matchDatasources": ['docker'],
|
|
"automerge": "true",
|
|
"automergeType": "branch",
|
|
"schedule": [ "before 4am on Sunday" ],
|
|
"matchUpdateTypes": [ 'patch', 'digest'],
|
|
"matchPackageNames": [
|
|
'ghcr.io/twin/gatus',
|
|
"ghcr.io/gethomepage/homepage",
|
|
]
|
|
|
|
},
|
|
{
|
|
"matchDatasources": ['docker'],
|
|
"automerge": "true",
|
|
"automergeType": "branch",
|
|
"matchUpdateTypes": [ 'digest'],
|
|
},
|
|
|
|
],
|
|
}
|