From bbcefad667fb8c5026cdc55996c08d23635f668f Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Wed, 23 Oct 2024 18:21:04 +0100 Subject: [PATCH] dependabot: Ignore (most) patch update Signed-off-by: Stephen Finucane --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e3e11012..df0e4c6c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,11 @@ +--- version: 2 updates: - package-ecosystem: "pip" directory: "/" # Location of package manifests schedule: interval: "weekly" + versioning-strategy: "increase" + ignore: + - dependency-name: "*" + update-types: ["version-update:semver-patch"] -- 2.47.3