diff --git a/.github/dependabot.yml b/.github/dependabot.yml index cd090c77..97a37479 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,7 +13,7 @@ updates: ignore: - dependency-name: "@types/node" versions: - - "> 20.0.0" # until 22 is lts + - ">20.0.0" # until 22 is lts groups: nextjs: @@ -31,7 +31,7 @@ updates: - "prettier*" - "stylelint*" - "postcss*" - - "typescript-eslint/*" + - "@typescript-eslint/*" - "lint-staged" types: