dependabot.yml 298 B

1234567891011
  1. # Customize the manifest version strategy
  2. version: 2
  3. updates:
  4. - package-ecosystem: "pip"
  5. directory: "/"
  6. schedule:
  7. interval: "daily"
  8. # Only allow updates to the lockfile for pip and
  9. # ignore any version updates that affect the manifest
  10. versioning-strategy: lockfile-only