diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 276a3c0..2a6210c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,5 +5,5 @@ updates: schedule: interval: "weekly" ignore: - - dependency-name: "typos" # ignore patch updates + - dependency-name: "crate-ci/typos" # ignore patch updates update-types: ["version-update:semver-patch"]