diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7a6bbc5a..a857a295 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -110,8 +110,8 @@ updates: ignore: - dependency-name: "golang" versions: - - ">= 1.22" - - "< 1.21" + - ">= 1.23.0" + - "< 1.22.0" - package-ecosystem: docker directory: "/dependabot/docker/go"