mirror of
https://github.com/thegeeklab/renovate-presets.git
synced 2024-11-25 18:20:40 +00:00
disable automerge for docker digest updates
This commit is contained in:
parent
b7b2b63162
commit
f3e3d5f54f
16
docker.json
16
docker.json
@ -2,22 +2,6 @@
|
|||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"description": ["Preset for use with all of thegeeklab/* docker images"],
|
"description": ["Preset for use with all of thegeeklab/* docker images"],
|
||||||
"extends": ["github>thegeeklab/renovate-presets:base"],
|
"extends": ["github>thegeeklab/renovate-presets:base"],
|
||||||
"packageRules": [
|
|
||||||
{
|
|
||||||
"description": "Automerge digest updates (usually security patches)",
|
|
||||||
"datasources": ["docker"],
|
|
||||||
"packagePatterns": [
|
|
||||||
"^amd64/python",
|
|
||||||
"^arm.*/python",
|
|
||||||
"^python",
|
|
||||||
"^amd64/alpine",
|
|
||||||
"^arm.*/alpine",
|
|
||||||
"^alpine"
|
|
||||||
],
|
|
||||||
"updateTypes": ["pin", "digest"],
|
|
||||||
"automerge": true
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"regexManagers": [
|
"regexManagers": [
|
||||||
{
|
{
|
||||||
"fileMatch": ["^Dockerfile$"],
|
"fileMatch": ["^Dockerfile$"],
|
||||||
|
Loading…
Reference in New Issue
Block a user