From 3c8731cbc65da945c690cf9330d1c6e578f3670a Mon Sep 17 00:00:00 2001 From: Arno Strouwen Date: Mon, 4 Aug 2025 06:08:36 +0200 Subject: [PATCH] fix dependabot updating typos every minor --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 700707c..ec3b005 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,3 +5,6 @@ updates: directory: "/" # Location of package manifests schedule: interval: "weekly" + ignore: + - dependency-name: "crate-ci/typos" + update-types: ["version-update:semver-patch", "version-update:semver-minor"]