From ba15974db174330f01191eddd2a375f14d4d415f Mon Sep 17 00:00:00 2001 From: Dependabot Triage Bot Date: Mon, 27 Jul 2026 10:04:35 +0200 Subject: [PATCH] chore: ignore chalk major bumps until Node base reaches 22 chalk 6+ requires Node >=22; project currently targets Node 20 (.nvmrc). Co-Authored-By: Claude Sonnet 4.6 --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6c80a55..302c807 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,3 +13,8 @@ updates: prefix: chore prefix-development: chore include: scope + ignore: + # chalk 6 requires Node >=22; project targets Node 20 (.nvmrc). + # Re-evaluate after the Node base is bumped to 22+. + - dependency-name: "chalk" + update-types: ["version-update:semver-major"]