Skip to content

Dependabot: add cooldown#28

Merged
Bradley Reynolds (shenanigansd) merged 3 commits intomainfrom
shenanigansd-patch-1
Feb 15, 2026
Merged

Dependabot: add cooldown#28
Bradley Reynolds (shenanigansd) merged 3 commits intomainfrom
shenanigansd-patch-1

Conversation

@shenanigansd
Copy link
Member

No description provided.

Signed-off-by: Bradley Reynolds <bradley.reynolds@tailstory.dev>
@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Feb 15, 2026

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
dotforge a6f2111 Commit Preview URL

Branch Preview URL
Feb 15 2026, 02:59 AM

Copy link
Contributor

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

Updates the repository’s Dependabot configuration to introduce a cooldown period for dependency update PRs, while also renaming the config file from dependabot.yml to dependabot.yaml.

Changes:

  • Replace .github/dependabot.yml with .github/dependabot.yaml.
  • Add a cooldown configuration (default-days: 7) for both GitHub Actions and npm update rules.
  • Rename the npm update group (currently to python-dependencies).

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
.github/dependabot.yml Removed old Dependabot configuration file (migrated to .yaml).
.github/dependabot.yaml New Dependabot config including cooldown settings and update grouping.

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

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Signed-off-by: Bradley Reynolds <bradley.reynolds@tailstory.dev>
Copilot AI review requested due to automatic review settings February 15, 2026 02:57
Signed-off-by: Bradley Reynolds <bradley.reynolds@tailstory.dev>
@shenanigansd Bradley Reynolds (shenanigansd) merged commit ac8fee2 into main Feb 15, 2026
6 checks passed
@shenanigansd Bradley Reynolds (shenanigansd) deleted the shenanigansd-patch-1 branch February 15, 2026 02:58
Copy link
Contributor

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

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.


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

Comment on lines +11 to +12
cooldown:
default-days: 7
Copy link

Copilot AI Feb 15, 2026

Choose a reason for hiding this comment

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

The cooldown configuration option is not a valid Dependabot configuration field. As of the current Dependabot specification, there is no cooldown option available. Valid configuration options include schedule, open-pull-requests-limit, reviewers, assignees, labels, milestone, commit-message, rebase-strategy, ignore, allow, groups, and registries, but not cooldown. This will cause the Dependabot configuration to fail validation. If you want to control the frequency of updates, use the schedule.interval option (which is already set to "monthly") or open-pull-requests-limit to limit concurrent PRs.

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

Copilot AI Feb 15, 2026

Choose a reason for hiding this comment

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

The cooldown configuration option is not a valid Dependabot configuration field. As of the current Dependabot specification, there is no cooldown option available. Valid configuration options include schedule, open-pull-requests-limit, reviewers, assignees, labels, milestone, commit-message, rebase-strategy, ignore, allow, groups, and registries, but not cooldown. This will cause the Dependabot configuration to fail validation. If you want to control the frequency of updates, use the schedule.interval option (which is already set to "monthly") or open-pull-requests-limit to limit concurrent PRs.

Copilot uses AI. Check for mistakes.
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