Skip to content
Open
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
14 changes: 8 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
version: 2
updates:
- package-ecosystem: nuget
directory: "/"
schedule:
interval: daily
timezone: Europe/Lisbon
open-pull-requests-limit: 10
- package-ecosystem: nuget
directory: "/"
schedule:
interval: daily
timezone: Europe/Lisbon
open-pull-requests-limit: 10
cooldown:
default-days: 7
Comment on lines +9 to +10
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 RISK

The cooldown property is not a valid Dependabot configuration option. Using unsupported keys will result in a validation error in the GitHub repository's 'Insights -> Dependency Graph -> Dependabot' section, which may prevent any updates from being processed. To achieve a delay, consider changing the schedule.interval to weekly or specifying a specific day for updates to limit immediate exposure.