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
20 changes: 11 additions & 9 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
version: 2
updates:
- package-ecosystem: composer
directory: "/"
schedule:
interval: daily
timezone: Europe/Lisbon
open-pull-requests-limit: 10
allow:
- dependency-type: direct
- dependency-type: indirect
- package-ecosystem: composer
directory: "/"
schedule:
interval: daily
timezone: Europe/Lisbon
open-pull-requests-limit: 10
allow:
- dependency-type: direct
- dependency-type: indirect
cooldown:
default-days: 7
Comment on lines +12 to +13
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 GitHub Dependabot configuration option. Including unsupported keys will cause the configuration to fail validation, which prevents the service from running for the Composer ecosystem. Dependabot does not currently offer a native 'delay' or 'cooldown' feature via YAML. To achieve this behavior, you would typically need to use a custom GitHub Action to manage the lifecycle of the PRs created by Dependabot.