From: Stephen Finucane Date: Wed, 23 Oct 2024 17:21:04 +0000 (+0100) Subject: dependabot: Ignore (most) patch update X-Git-Tag: v3.2.0~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bbcefad667fb8c5026cdc55996c08d23635f668f;p=thirdparty%2Fpatchwork.git dependabot: Ignore (most) patch update Signed-off-by: Stephen Finucane --- 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"]