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:
James Loh
2025-07-10 16:20:18 +10:00
parent a081853573
commit 3d8e896403

View File

@@ -28,5 +28,11 @@
],
pinDigests: false,
},
{
description: "Restrict MySQL to patch updates only within 8.0",
matchDatasources: ["docker", "docker-compose"],
matchPackageNames: ["mysql"],
allowedVersions: "~8.0",
},
],
}