diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3b6d99a7..1e8a051e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,10 +1,10 @@ +# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates version: 2 updates: - package-ecosystem: "github-actions" - directory: "/" + directory: "/" # Location of package manifests schedule: - interval: "monthly" - open-pull-requests-limit: 1 - labels: - - "dependencies" - - "github-actions" + interval: "weekly" + ignore: + - dependency-name: "crate-ci/typos" + update-types: ["version-update:semver-patch"]