From a6078278130a334603897594b4fc002e3cce8dfa Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Tue, 14 Oct 2025 02:19:51 -0400 Subject: [PATCH] Update dependabot.yml --- .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"]