From d8bcd1aa2f4061df815d905020e9f464f99b0517 Mon Sep 17 00:00:00 2001 From: Leo Verto Date: Wed, 16 Jun 2021 20:10:22 +0000 Subject: [PATCH] Ignore minor and patch updates of Action dependencies --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2c7d170..659205c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,3 +5,8 @@ updates: directory: "/" schedule: interval: "daily" + ignore: + - dependency-name: "*" + update-types: ["version-update:semver-patch"] + - dependency-name: "*" + update-types: ["version-update:semver-minor"]