simple-git 0.2.29

The simple git interface for gix suitable for async context (with tokio)
Documentation
# Dependabot dependency version checks / updates

version: 2
updates:
  - package-ecosystem: "github-actions"
    # Workflow files stored in the
    # default location of `.github/workflows`
    directory: "/"
    schedule:
      interval: "daily"
  - package-ecosystem: "cargo"
    directory: "/"
    schedule:
      # Only run dependabot after all compatible upgrades and transitive deps
      # are done to reduce amount of PRs opened.
      interval: "weekly"
      day: "thursday"
    groups:
      deps:
        patterns:
          - "*"