You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

dependabot.yml 300B

123456789101112131415
  1. version: 2
  2. updates:
  3. - package-ecosystem: npm
  4. directory: /
  5. schedule:
  6. interval: daily
  7. labels:
  8. - dependency
  9. versioning-strategy: increase-if-necessary
  10. - package-ecosystem: github-actions
  11. directory: /
  12. schedule:
  13. interval: daily
  14. labels:
  15. - dependency