Skip to content

fix(ci): remove unsupported cooldown config from github-actions, update PR template#20253

Merged
vbudhram merged 1 commit intomainfrom
fix-dependabot
Mar 25, 2026
Merged

fix(ci): remove unsupported cooldown config from github-actions, update PR template#20253
vbudhram merged 1 commit intomainfrom
fix-dependabot

Conversation

@vbudhram
Copy link
Copy Markdown
Contributor

@vbudhram vbudhram commented Mar 25, 2026

Because

  • Looks like that option is not support for github-actions

This pull request

  • Keeps for npm but removes for github-actions

Issue that this pull request solves

Closes: (issue number)

Checklist

Put an x in the boxes that apply

  • My commit is GPG signed.
  • If applicable, I have modified or added tests which pass locally.
  • 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.

How to review (Optional)

  • Key files/areas to focus on:
  • Suggested review order:
  • Risky or complex parts:

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.

@vbudhram vbudhram requested a review from a team as a code owner March 25, 2026 14:17
Copilot AI review requested due to automatic review settings March 25, 2026 14:17
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 cooldown configuration block from the package-ecosystem: github-actions Dependabot updates section.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .github/dependabot.yml
@@ -31,10 +31,6 @@ updates:
directory: '/'
schedule:
interval: daily
Copy link

Copilot AI Mar 25, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Suggested change
interval: daily
interval: daily
cooldown:
semver-major-days: 30
semver-minor-days: 14
semver-patch-days: 7

Copilot uses AI. Check for mistakes.
- [ ] 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.
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missed this but this is duplicate of line above.

@vbudhram vbudhram changed the title fix(ci): remove unsupported cooldown config from github-actions fix(ci): remove unsupported cooldown config from github-actions, update PR template Mar 25, 2026
@vbudhram vbudhram merged commit 915fdc3 into main Mar 25, 2026
21 checks passed
@vbudhram vbudhram deleted the fix-dependabot branch March 25, 2026 15:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants