updated renovate config
All checks were successful
Build and Push Docker image / Build and Push Docker image (push) Successful in 1m4s
All checks were successful
Build and Push Docker image / Build and Push Docker image (push) Successful in 1m4s
This commit is contained in:
parent
e0c0f9c7ec
commit
8188bd441a
1 changed files with 8 additions and 12 deletions
|
@ -36,20 +36,16 @@
|
||||||
],
|
],
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
"datasources": [
|
"matchDatasources": [
|
||||||
"github-releases"
|
|
||||||
],
|
|
||||||
"groupName": [
|
|
||||||
"coturn"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"datasources": [
|
|
||||||
"docker"
|
"docker"
|
||||||
],
|
],
|
||||||
"groupName": [
|
"matchUpdateTypes": [
|
||||||
"docker images"
|
"minor",
|
||||||
]
|
"patch",
|
||||||
|
"digest"
|
||||||
|
],
|
||||||
|
"automerge": true,
|
||||||
|
"automergeType": "branch"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue