-
Notifications
You must be signed in to change notification settings - Fork 0
Dependabot: add cooldown #28
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,23 @@ | ||
| version: 2 | ||
| updates: | ||
| - package-ecosystem: github-actions | ||
| directory: / | ||
| schedule: | ||
| interval: monthly | ||
| groups: | ||
| ci-dependencies: | ||
| patterns: | ||
| - "*" | ||
| cooldown: | ||
| default-days: 7 | ||
|
|
||
| - package-ecosystem: npm | ||
| directory: / | ||
| schedule: | ||
| interval: monthly | ||
| groups: | ||
| javascript-dependencies: | ||
| patterns: | ||
| - "*" | ||
| cooldown: | ||
| default-days: 7 | ||
|
Comment on lines
+22
to
+23
|
||
This file was deleted.
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
cooldownconfiguration option is not a valid Dependabot configuration field. As of the current Dependabot specification, there is nocooldownoption available. Valid configuration options includeschedule,open-pull-requests-limit,reviewers,assignees,labels,milestone,commit-message,rebase-strategy,ignore,allow,groups, andregistries, but notcooldown. This will cause the Dependabot configuration to fail validation. If you want to control the frequency of updates, use theschedule.intervaloption (which is already set to "monthly") oropen-pull-requests-limitto limit concurrent PRs.