-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update dependabot.yml #17091
base: master
Are you sure you want to change the base?
Update dependabot.yml #17091
Conversation
Placeholder for username, for committer of PR
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't believe these changes are needed.
@@ -3,4 +3,11 @@ updates: | |||
- package-ecosystem: "github-actions" | |||
directory: "/" | |||
schedule: | |||
interval: "weekly" | |||
interval: "daily" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Running daily is a bit aggressive.
interval: "weekly" | ||
interval: "daily" | ||
reviewers: | ||
- "your-github-username" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing github username here.
prefix: "deps" | ||
include: "scope" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The prefix and scope aren't really needed to be changed.
Placeholder for username, for committer of PR