Skip to content

security: Delay dependabot updates [TAROT-3707]#343

Merged
afsmeira merged 1 commit into
masterfrom
am/delay-dependabot-updates
May 4, 2026
Merged

security: Delay dependabot updates [TAROT-3707]#343
afsmeira merged 1 commit into
masterfrom
am/delay-dependabot-updates

Conversation

@afsmeira
Copy link
Copy Markdown
Contributor

7 days should be enough when most malicious packages are patched within 24 hours.

7 days should be enough when most malicious packages are patched within 24 hours.
@codacy-production
Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

AI Reviewer: first review requested successfully. AI can make mistakes. Always validate suggestions.

Run reviewer

TIP This summary will be updated as you push new changes.

Copy link
Copy Markdown

@codacy-production codacy-production Bot 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

The proposed changes attempt to introduce a 7-day delay for Dependabot updates using a cooldown property. However, this property is not supported by the GitHub Dependabot schema (v2).

Critical Blocker

Implementing this change will cause the Dependabot configuration to fail validation, effectively disabling updates for the Composer ecosystem instead of delaying them. Since the primary acceptance criterion—a 7-day delay—cannot be met via this configuration key, this PR should not be merged in its current state. You may need to explore alternative solutions such as custom GitHub Actions to filter pull requests by age.

About this PR

  • The objective of delaying updates by 7 days cannot be achieved using the dependabot.yml configuration. GitHub does not currently provide a native 'cooldown' or 'delay' mechanism. Using unsupported keys will result in a configuration error.

Test suggestions

  • Verify that the Dependabot configuration is valid and successfully implements a 7-day delay for updates.
Prompt proposal for missing tests
Consider implementing these tests if applicable:
1. Verify that the Dependabot configuration is valid and successfully implements a 7-day delay for updates.

TIP Improve review quality by adding custom instructions
TIP How was this review? Give us feedback

Comment thread .github/dependabot.yml
@afsmeira afsmeira changed the title security: Delay dependabot updates security: Delay dependabot updates [TAROT-3707] May 4, 2026
@afsmeira afsmeira merged commit 9a69624 into master May 4, 2026
3 of 4 checks passed
@afsmeira afsmeira deleted the am/delay-dependabot-updates branch May 4, 2026 13:46
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.

2 participants