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