From 4f81279161d32a5b09e30da860c94c6260ec194f Mon Sep 17 00:00:00 2001 From: Martin Hutchinson Date: Tue, 6 Aug 2024 08:38:16 +0000 Subject: [PATCH] Don't update to MySQL 9.0 Be more explicit about which dependency to apply the filter to. Somehow in #3560 I thought that the dependency to ignore was implicit because there is only one base image. However, #3581 shows that it didn't work. Trying again. --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f8f5be351f..e69a52a666 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -35,8 +35,8 @@ updates: schedule: interval: weekly ignore: - versions: - - ">= 9.0" + - dependency-name: "mysql" + versions: [">= 9.0"] groups: docker-deps: applies-to: version-updates