Skip to content

Commit

Permalink
Don't update to MySQL 9.0 (#3584)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
mhutchinson committed Aug 6, 2024
1 parent 7a83acd commit 0977716
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0977716

Please sign in to comment.