dependabot.yml 218 B

123456789
  1. version: 2
  2. updates:
  3. - package-ecosystem: "github-actions"
  4. directory: "/" # Location of package manifests
  5. schedule:
  6. interval: "daily"
  7. open-pull-requests-limit: 10
  8. reviewers:
  9. - "mobin-2008"