renovate: automerge ubuntu package updates
This commit is contained in:
parent
ca88c00d04
commit
066e0c0701
1 changed files with 14 additions and 1 deletions
|
@ -53,6 +53,13 @@
|
||||||
"matchManagers": ["regex"],
|
"matchManagers": ["regex"],
|
||||||
"enabled": false
|
"enabled": false
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"matchPackagePatterns": ["ubuntu_\\d\\d_\\d\\d/.*"],
|
||||||
|
"matchManagers": ["regex"],
|
||||||
|
"matchUpdateTypes": ["minor", "patch"],
|
||||||
|
"automerge": true,
|
||||||
|
"automergeType": "branch"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"groupName": "docker core image",
|
"groupName": "docker core image",
|
||||||
"matchPaths": [
|
"matchPaths": [
|
||||||
|
@ -83,5 +90,11 @@
|
||||||
"src/requirements-tileserver.txt"
|
"src/requirements-tileserver.txt"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"lockFileMaintenance": {
|
||||||
|
"enabled": true,
|
||||||
|
"automerge": true,
|
||||||
|
"automergeType": "branch"
|
||||||
|
},
|
||||||
|
"ignoreTests": true
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue