From aa0571a8199b7142603ee7e5dc5f564e33c60450 Mon Sep 17 00:00:00 2001 From: yuhan6665 <1588741+yuhan6665@users.noreply.github.com> Date: Tue, 3 May 2022 22:04:46 -0400 Subject: [PATCH] Update dependabot.yml Disable vuepress update due to breaking change in https://github.com/vuepress/vuepress-next/releases/tag/v2.0.0-beta.40 --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8abca405f..85396164e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,5 @@ updates: directory: "/" # Location of package manifests schedule: interval: "daily" + ignore: + - dependency-name: "*vuepress*"