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
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,14 @@ updates:
applies-to: security-updates
patterns:
- "*"
cooldown:
# as recommended by zizmor at https://docs.zizmor.sh/audits/#dependabot-cooldown, we give our
# dependencies a bit of bake time after they're released before we have dependabot suggest we
# update to them
#
# note that as described at
# https://docs.github.com/en/code-security/dependabot/working-with-dependabot/dependabot-options-reference#cooldown-,
# this setting only applies to regular version updates and not security updates so if a brand
# new version of a dependency of ours is needed to resolve a security vulnerability,
# depandabot will still suggest we update to it
default-days: 7
Loading