選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

dependabot.yml 270B

1234567891011121314
  1. version: 2
  2. updates:
  3. - package-ecosystem: pip
  4. directory: "/"
  5. schedule:
  6. interval: monthly
  7. time: "11:00"
  8. open-pull-requests-limit: 10
  9. - package-ecosystem: npm
  10. directory: "/"
  11. schedule:
  12. interval: monthly
  13. time: "11:00"
  14. open-pull-requests-limit: 10