diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1c9a4b8b..3af159ea 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -15,6 +15,11 @@ updates: npm-dependencies: patterns: - "*" + ignore: + - dependency-name: "typescript" + versions: ["7.x"] + - dependency-name: "@types/node" + versions: ["25.x", "26.x"] - package-ecosystem: "github-actions" # github-actions with directory: "/" only monitors .github/workflows # https://github.com/dependabot/dependabot-core/issues/6345