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
17 changes: 17 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,31 @@ updates:
day: saturday
time: "03:00"
timezone: Europe/Paris
target-branch: "development"
open-pull-requests-limit: 10
# The composer entry existed but carried NO cooldown, so PHP dependencies
# updated the moment they were published — which is exactly the window in
# which a compromised release is still on the registry. Two days is the
# floor gate-93 enforces.
#
# conduction/* is excluded on purpose: a cooldown protects against a
# compromised UPSTREAM release, and those come from this fleet's own CI.
# Delaying them would only slow the loop between a fix being released and
# arriving here.
cooldown:
default-days: 2
include:
- "*"
exclude:
- "conduction/*"
- package-ecosystem: npm
directory: "/"
schedule:
interval: weekly
day: saturday
time: "03:00"
timezone: Europe/Paris
target-branch: "development"
open-pull-requests-limit: 10
cooldown:
default-days: 1
Expand Down
Loading