chore: add backrest to automerge
This commit is contained in:
parent
64f1c6cffa
commit
ee1e832462
1 changed files with 5 additions and 3 deletions
8
.github/renovate/autoMerge.json5
vendored
8
.github/renovate/autoMerge.json5
vendored
|
@ -2,7 +2,7 @@
|
|||
|
||||
"packageRules": [
|
||||
{
|
||||
// auto update up to major
|
||||
// automerge minor, patch, digest
|
||||
"matchDatasources": ['docker'],
|
||||
"automerge": "true",
|
||||
"automergeType": "branch",
|
||||
|
@ -19,7 +19,7 @@
|
|||
],
|
||||
|
||||
},
|
||||
// auto update up to minor
|
||||
// automerge patch and digest
|
||||
{
|
||||
"matchDatasources": ['docker'],
|
||||
"automerge": "true",
|
||||
|
@ -28,10 +28,12 @@
|
|||
"matchUpdateTypes": [ 'patch', 'digest'],
|
||||
"matchPackageNames": [
|
||||
"ghcr.io/gethomepage/homepage",
|
||||
"garethgeorge/backrest",
|
||||
]
|
||||
|
||||
},
|
||||
{
|
||||
{
|
||||
// automerge all digests
|
||||
"matchDatasources": ['docker'],
|
||||
"automerge": "true",
|
||||
"automergeType": "branch",
|
||||
|
|
Reference in a new issue