diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 1dd21c6..c554824 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -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", + }, ], }