From 045a55e114fefdc48c6c90bdbfc8ce8244ef3456 Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Sat, 11 Oct 2025 11:58:55 -0500 Subject: [PATCH] ignore major updates for @types packages --- .github/dependabot.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f0b14da..63915c3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,14 +5,10 @@ updates: directory: '/' schedule: interval: 'weekly' + ignore: + - dependency-name: "@types*" + update-types: ["version-update:semver-major"] groups: - node-types: - applies-to: version-updates - pattersn: - - '@types/node' - update-types: - - 'minor' - - 'patch' angular: applies-to: version-updates patterns: