From 5ac15d1addba369bd48620ccf8af689339330428 Mon Sep 17 00:00:00 2001 From: Ramona Hartinger Date: Mon, 7 Oct 2024 10:08:47 +0200 Subject: [PATCH] chore: ignoring @types/vscode from automatic updates --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 272f141..ce0d553 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,5 +9,8 @@ updates: directory: "/" reviewers: - "rH4rtinger" + ignore: + # ignore @types/vscode, because it needs to be updated together with engine.vscode + - dependency-name: "@types/vscode" schedule: interval: "weekly"