treyhunner/django-simple-history

View on GitHub
.github/dependabot.yml

Summary

Maintainability
Test Coverage
---
version: 2
updates:
  - package-ecosystem: "pip"
    directory: "/requirements"
    schedule:
      interval: "daily"

  - package-ecosystem: "github-actions"
    # Workflow files stored in the default location of `.github/workflows`
    directory: "/"
    schedule:
      interval: "weekly"