From 2eea7e75c8ddd15adf63f64dd4455b7ccedb76ca Mon Sep 17 00:00:00 2001 From: SKINMAKER Date: Tue, 27 Jun 2023 22:25:23 +0900 Subject: [PATCH] chore: ignore deps for @types/node (#578) --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d1f0d08..bc98f29 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,5 @@ updates: directory: "/" schedule: interval: "daily" + ignore: + - dependency-name: "@types/node"