version: 2
updates:
- package-ecosystem: npm
  directory: "/"
  schedule:
    interval: daily
  open-pull-requests-limit: 10
# Enable version updates for our CI tooling
- package-ecosystem: "github-actions"
  # Look for `package.json` and `lock` files in the `root` directory
  directory: "/"
  # Check the npm registry for updates every day (weekdays)
  schedule:
    interval: "daily"