diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c2fabe1..fa5a00d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,15 +3,15 @@ # Please see the documentation for all configuration options: # https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates -version: 2 -updates: - # Maintain dependencies for Cargo - - package-ecosystem: "cargo" - directory: "/" # Location of package manifests - schedule: - interval: "weekly" - # Maintain dependencies for GitHub Actions - - package-ecosystem: github-actions - directory: "/" - schedule: - interval: weekly +# version: 2 +# updates: +# # Maintain dependencies for Cargo +# - package-ecosystem: "cargo" +# directory: "/" # Location of package manifests +# schedule: +# interval: "weekly" +# # Maintain dependencies for GitHub Actions +# - package-ecosystem: github-actions +# directory: "/" +# schedule: +# interval: weekly