Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: monthly
groups:
ci-dependencies:
patterns:
- "*"
cooldown:
default-days: 7
Comment on lines +11 to +12
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.

- package-ecosystem: npm
directory: /
schedule:
interval: monthly
groups:
javascript-dependencies:
patterns:
- "*"
cooldown:
default-days: 7
Comment on lines +22 to +23
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.
19 changes: 0 additions & 19 deletions .github/dependabot.yml

This file was deleted.

Loading