From 1ae267e6109f67b4995280a7a46f9213f485e7bc Mon Sep 17 00:00:00 2001 From: Maarten <50550545+mmvanheusden@users.noreply.github.com> Date: Mon, 28 Aug 2023 16:04:08 +0200 Subject: [PATCH] dependabot: ignore patch updates --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d1f0d085..b2b01490 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,6 @@ updates: directory: "/" schedule: interval: "daily" + # ignore small updates + ignore: + update-types: ["version-update:semver-patch"]