From ed6ad59fbaf5eb201fcd4c788f8f801dde61ec02 Mon Sep 17 00:00:00 2001 From: Jon Parise Date: Thu, 11 Jul 2024 10:06:05 -0400 Subject: [PATCH] Ignore patch-level Python package updates (#103) --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 42b6c1e..79c21d6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,6 @@ updates: directory: "/" schedule: interval: "daily" + ignore: + - dependency-name: "*" + update-types: ["version-update:semver-patch"]