From 6699ee404b4a0d52d32b96851d1a52d76d4867e8 Mon Sep 17 00:00:00 2001 From: Steven Lambert <2433219+straker@users.noreply.github.com> Date: Thu, 23 May 2024 09:42:39 -0600 Subject: [PATCH] chore: ignore colorjs.io updates from dependabot (#4464) Ref: https://github.com/dequelabs/axe-core/pull/4449#pullrequestreview-2061020322 --------- Co-authored-by: Dan Bjorge --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b7ba1c567c..20a8df72bf 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -36,6 +36,10 @@ updates: # @see https://github.com/dequelabs/axe-core/issues/3771 - dependency-name: 'esbuild' versions: ['>=0.11.0'] + # Prevent colorjs.io issue caused by >v0.4.3 + # @see https://github.com/dequelabs/axe-core/issues/4428 + - dependency-name: 'colorjs.io' + versions: ['>0.4.3'] groups: # Any updates not caught by the group config will get individual PRs npm-low-risk: