weheartit/simple_throttle

View on GitHub
.github/dependabot.yml

Summary

Maintainability
Test Coverage
# Dependabot update strategy
version: 2
updates:
  - package-ecosystem: bundler
    directory: "/"
    schedule:
      interval: daily
    allow:
      # Automatically keep all runtime dependencies updated
      - dependency-name: "*"
        dependency-type: "production"
    versioning-strategy: lockfile-only