From 51d1824002f10f80e63d23498751c3690b448db2 Mon Sep 17 00:00:00 2001 From: Kenichi Kamiya Date: Wed, 6 Jul 2022 17:13:18 +0900 Subject: [PATCH] Focus only on the node issue https://github.com/actions/dependency-review-action/pull/141#discussion_r914526073 https://github.com/actions/dependency-review-action/pull/141#discussion_r914537222 Co-authored-by: Federico Builes --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1c104f3..316a275 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,5 +10,5 @@ updates: schedule: interval: daily ignore: - - dependency-name: '@types/*' + - dependency-name: '@types/node' update-types: ['version-update:semver-major']