asabaylus/react-command-palette

View on GitHub
.github/dependabot.yml

Summary

Maintainability
Test Coverage
version: 2
updates:
- package-ecosystem: npm
  directory: "/"
  schedule:
    interval: daily
    time: "10:00"
  ignore:
    # do not bump pre-release software
    - dependency-name: "*"
      versions: ["0.x"]
  open-pull-requests-limit: 10
  versioning-strategy: increase