From 55e740f15628fcae017bc30e4e902d61e303ea0f Mon Sep 17 00:00:00 2001 From: Arno Strouwen Date: Mon, 22 Jan 2024 13:18:34 +0100 Subject: [PATCH] [skip ci] configure dependabot to skip typos patches --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 700707ce..1e8a051e 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"]