From eba0ad16c7933163256eb8f9639c17209cef2ea7 Mon Sep 17 00:00:00 2001 From: yuhan6665 <1588741+yuhan6665@users.noreply.github.com> Date: Sun, 15 May 2022 19:50:55 -0400 Subject: [PATCH] Update dependabot.yml ignore dependency updates only to patch version --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8539616..c51138e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,3 +11,5 @@ updates: interval: "daily" ignore: - dependency-name: "*vuepress*" + - dependency-name: "*" + update-types: ["version-update:semver-patch"]