From 542f5e4b3894667487a50b450063cf1e93f865b2 Mon Sep 17 00:00:00 2001 From: MasatoMakino Date: Fri, 20 Dec 2024 21:41:25 +0900 Subject: [PATCH] chore(deps): ignore updates for @vitest/browser in dependabot configuration --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index feef67f..fa17134 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -14,3 +14,5 @@ updates: directory: "/" schedule: interval: "daily" + ignore: + - dependency-name: "@vitest/browser"