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"] diff --git a/Project.toml b/Project.toml index e7f3b82..ec01b67 100644 --- a/Project.toml +++ b/Project.toml @@ -8,7 +8,7 @@ Cassette = "7057c7e9-c182-5462-911a-8362d720325c" DiffRules = "b552c78f-8df3-52c6-915a-8e097449b14b" [compat] -Cassette = "0.3.6" +Cassette = "0.3.12" DiffRules = "1.15" julia = "1.10"