From bf6e3c4bbbdd5a58d6fddc55a2f3625dfb642578 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Thu, 20 Aug 2026 08:16:39 -0400 Subject: [PATCH] Only suggest minor and patch level updates to `@types/node` Configure Dependabot to only open PRs to update `@types/node` within the major version that we've configured. Signed-off-by: David Thompson --- .github/dependabot.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 67b3327..3d608cb 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -6,6 +6,11 @@ updates: interval: "cron" cronjob: "0 8 * * 2,4" open-pull-requests-limit: 10 + allow: + - dependency-name: "@types/node" + update-types: + - "version-update:semver-minor" + - "version-update:semver-patch" groups: eslint: patterns: