diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 1e8a051e..00000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,10 +0,0 @@ -# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates -version: 2 -updates: - - package-ecosystem: "github-actions" - directory: "/" # Location of package manifests - schedule: - interval: "weekly" - ignore: - - dependency-name: "crate-ci/typos" - update-types: ["version-update:semver-patch"]