Skip to content

Commit 3d8e896

Browse files
committed
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
1 parent a081853 commit 3d8e896

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/renovate.json5

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,11 @@
2828
],
2929
pinDigests: false,
3030
},
31+
{
32+
description: "Restrict MySQL to patch updates only within 8.0",
33+
matchDatasources: ["docker", "docker-compose"],
34+
matchPackageNames: ["mysql"],
35+
allowedVersions: "~8.0",
36+
},
3137
],
3238
}

0 commit comments

Comments
 (0)