From 4ce3ba00fadb39c0a670993faad2287d74e8ac89 Mon Sep 17 00:00:00 2001 From: Kai Bernhard <17817496+kaibernhard@users.noreply.github.com> Date: Tue, 25 Jun 2024 16:37:27 +0200 Subject: [PATCH] chore: do not let dependabot ignore minor releases --- .github/dependabot.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8d76958..fda7225 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,15 +6,7 @@ updates: directory: "/" schedule: interval: "daily" - # Too much noise with patch releases... - ignore: - - dependency-name: "*" - update-types: ["version-update:semver-patch"] - package-ecosystem: "github-actions" directory: "/" schedule: interval: "daily" - # Too much noise with patch releases... - ignore: - - dependency-name: "*" - update-types: ["version-update:semver-patch"]