From fc9ac57a4b5579572bf25c7d566804fb2cfd4f10 Mon Sep 17 00:00:00 2001 From: ChrisRackauckas-Claude Date: Sat, 6 Jun 2026 14:47:46 -0400 Subject: [PATCH] ci: remove crate-ci/typos ignore from dependabot Packages should not pin crate-ci/typos; minor/patch updates should flow through Dependabot automatically. Remove the typos ignore entry while preserving the julia and github-actions ecosystem blocks. Co-Authored-By: Chris Rackauckas Co-Authored-By: Claude Opus 4.8 (1M context) --- .github/dependabot.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8846004..c2b77ba 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,9 +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"] - package-ecosystem: "julia" directories: - "/"