Skip to content

feat: Add cooldown to dependabot#72

Merged
doomspork merged 1 commit into
mainfrom
feat-add-cooldown-to-dependabot
Dec 10, 2025
Merged

feat: Add cooldown to dependabot#72
doomspork merged 1 commit into
mainfrom
feat-add-cooldown-to-dependabot

Conversation

@doomspork
Copy link
Copy Markdown
Member

No description provided.

Copilot AI review requested due to automatic review settings December 10, 2025 19:35
@doomspork doomspork requested a review from a team as a code owner December 10, 2025 19:35
@doomspork doomspork enabled auto-merge December 10, 2025 19:35
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 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 cooldown configuration with default-days: 7 to all package ecosystems (github-actions and mix)
  • Removes duplicate github-actions package-ecosystem monitoring /templates/.github/workflows directory

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.

Comment on lines +23 to +24
cooldown:
default-days: 7 No newline at end of file
Copy link

Copilot AI Dec 10, 2025

Choose a reason for hiding this comment

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

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.

Copilot uses AI. Check for mistakes.
Comment thread .github/dependabot.yml
Comment on lines +9 to +10
cooldown:
default-days: 7
Copy link

Copilot AI Dec 10, 2025

Choose a reason for hiding this comment

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

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.

Copilot uses AI. Check for mistakes.
Comment thread .github/dependabot.yml
Comment on lines +18 to +19
cooldown:
default-days: 7 No newline at end of file
Copy link

Copilot AI Dec 10, 2025

Choose a reason for hiding this comment

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

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.

Copilot uses AI. Check for mistakes.
Comment on lines +9 to +10
cooldown:
default-days: 7
Copy link

Copilot AI Dec 10, 2025

Choose a reason for hiding this comment

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

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.

Copilot uses AI. Check for mistakes.
@doomspork doomspork added this pull request to the merge queue Dec 10, 2025
Merged via the queue into main with commit 0c38d23 Dec 10, 2025
9 checks passed
@doomspork doomspork deleted the feat-add-cooldown-to-dependabot branch December 10, 2025 19:38
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.

3 participants