Skip to content
Merged
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
5 changes: 4 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@ updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
interval: daily
time: '14:00'
cooldown:
default-days: 7
Comment on lines 5 to +9

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

high

The cooldown option is not a valid configuration option for GitHub Dependabot (dependabot.yml v2). Including invalid keys will cause Dependabot schema validation to fail, preventing any dependency updates from running. Please remove this block.

    schedule:
      interval: daily
      time: '14:00'

Loading