From ae75db7940d7b91dd0415dac0600232f3abe9e54 Mon Sep 17 00:00:00 2001 From: Arno Strouwen Date: Thu, 7 Dec 2023 13:45:08 +0100 Subject: [PATCH] [skip ci] dependabot skip typos patches --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 700707ced..1e8a051e2 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"]