fix(ci): remove unsupported cooldown config from github-actions, update PR template#20253
fix(ci): remove unsupported cooldown config from github-actions, update PR template#20253
Conversation
2666371 to
25dea95
Compare
There was a problem hiding this comment.
Pull request overview
This PR updates the repository’s Dependabot configuration by removing the cooldown setting from the github-actions update entry in .github/dependabot.yml.
Changes:
- Remove the
cooldownconfiguration block from thepackage-ecosystem: github-actionsDependabot updates section.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| @@ -31,10 +31,6 @@ updates: | |||
| directory: '/' | |||
| schedule: | |||
| interval: daily | |||
There was a problem hiding this comment.
Removing cooldown from only the github-actions update block changes update behavior (e.g., major version bumps can now be proposed daily) and may not actually resolve a config-validation issue if the intent is to remove an “unsupported” option—cooldown is still configured for the npm entry above. If this change is driven by a platform limitation (e.g., GHES version), consider either keeping cooldown here (it’s supported per current GitHub Dependabot docs) or removing/adjusting cooldown consistently across all update entries so the fix is complete.
| interval: daily | |
| interval: daily | |
| cooldown: | |
| semver-major-days: 30 | |
| semver-minor-days: 14 | |
| semver-patch-days: 7 |
| - [ ] I have added necessary documentation (if appropriate). | ||
| - [ ] I have verified that my changes render correctly in RTL (if appropriate). | ||
| - [ ] I have manually reviewed all AI generated code. | ||
| - [ ] I have self-reviewed this PR. |
There was a problem hiding this comment.
Missed this but this is duplicate of line above.
Because
This pull request
Issue that this pull request solves
Closes: (issue number)
Checklist
Put an
xin the boxes that applyHow to review (Optional)
Screenshots (Optional)
Please attach the screenshots of the changes made in case of change in user interface.
Other information (Optional)
Any other information that is important to this pull request.