Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

dependabot.yml 676 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
  1. # Ultralytics 🚀 AGPL-3.0 License - https://ultralytics.com/license
  2. # Dependabot for package version updates
  3. # https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
  4. version: 2
  5. updates:
  6. - package-ecosystem: pip
  7. directory: "/"
  8. schedule:
  9. interval: weekly
  10. time: "04:00"
  11. open-pull-requests-limit: 10
  12. reviewers:
  13. - glenn-jocher
  14. labels:
  15. - dependencies
  16. - package-ecosystem: github-actions
  17. directory: "/.github/workflows"
  18. schedule:
  19. interval: weekly
  20. time: "04:00"
  21. open-pull-requests-limit: 5
  22. reviewers:
  23. - glenn-jocher
  24. labels:
  25. - dependencies
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...