mirror of
https://github.com/d0zingcat/ghost-docker.git
synced 2026-05-30 07:26:45 +00:00
Restrict MySQL version to 8.0.x
no ref - We officially only support MySQL v8, not 8.4 or 9, so can't go above this
This commit is contained in:
6
.github/renovate.json5
vendored
6
.github/renovate.json5
vendored
@@ -28,5 +28,11 @@
|
|||||||
],
|
],
|
||||||
pinDigests: false,
|
pinDigests: false,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
description: "Restrict MySQL to patch updates only within 8.0",
|
||||||
|
matchDatasources: ["docker", "docker-compose"],
|
||||||
|
matchPackageNames: ["mysql"],
|
||||||
|
allowedVersions: "~8.0",
|
||||||
|
},
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user