feat: Add cooldown to dependabot#72
Conversation
There was a problem hiding this comment.
Pull request overview
This pull request adds a cooldown configuration with a 7-day default to all Dependabot package ecosystems and removes a duplicate github-actions package-ecosystem entry from .github/dependabot.yml. The PR aims to control the frequency of Dependabot updates across both the repository's own dependencies and the template dependencies.
Key Changes
- Adds
cooldownconfiguration withdefault-days: 7to all package ecosystems (github-actions and mix) - Removes duplicate github-actions package-ecosystem monitoring
/templates/.github/workflowsdirectory
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
.github/dependabot.yml |
Adds cooldown configuration to both github-actions entries and removes duplicate configuration block |
templates/.github/dependabot.yml |
Adds cooldown configuration to both github-actions and mix package ecosystems |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| cooldown: | ||
| default-days: 7 No newline at end of file |
There was a problem hiding this comment.
The 'cooldown' configuration option does not appear to be a valid Dependabot configuration field according to the official Dependabot schema. This may cause the configuration to be ignored or result in a validation error. Consider using 'open-pull-requests-limit' to control the rate of pull requests, or verify that this is a newly supported feature in the Dependabot version being used.
| cooldown: | ||
| default-days: 7 |
There was a problem hiding this comment.
The 'cooldown' configuration option does not appear to be a valid Dependabot configuration field according to the official Dependabot schema. This may cause the configuration to be ignored or result in a validation error. Consider using 'open-pull-requests-limit' to control the rate of pull requests, or verify that this is a newly supported feature in the Dependabot version being used.
| cooldown: | ||
| default-days: 7 No newline at end of file |
There was a problem hiding this comment.
The 'cooldown' configuration option does not appear to be a valid Dependabot configuration field according to the official Dependabot schema. This may cause the configuration to be ignored or result in a validation error. Consider using 'open-pull-requests-limit' to control the rate of pull requests, or verify that this is a newly supported feature in the Dependabot version being used.
| cooldown: | ||
| default-days: 7 |
There was a problem hiding this comment.
The 'cooldown' configuration option does not appear to be a valid Dependabot configuration field according to the official Dependabot schema. This may cause the configuration to be ignored or result in a validation error. Consider using 'open-pull-requests-limit' to control the rate of pull requests, or verify that this is a newly supported feature in the Dependabot version being used.
No description provided.