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 394 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
  1. # Set update schedule for GitHub Actions
  2. version: 2
  3. updates:
  4. - package-ecosystem: "github-actions"
  5. directory: "/"
  6. schedule:
  7. # Check for updates to GitHub Actions every weekday
  8. interval: "weekly"
  9. day: "tuesday"
  10. # Allow up to 2 open pull requests at a time
  11. open-pull-requests-limit: 2
  12. # Specify labels for pull requests
  13. labels:
  14. - "maintenance"
Tip!

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

Comments

Loading...