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
7 changes: 6 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Dependabot will run on day 13 of each month at 03:25 (Europe/Berlin timezone)
# Dependabot configuration
# Cooldown delays updating normal npm dependencies by 7 days but allows security updates to be processed immediately.
# Note: Cooldown is not supported for the github-actions ecosystem.
# Reference: https://docs.github.com/en/code-security/reference/supply-chain-security/dependabot-options-reference
version: 2
updates:

Expand All @@ -12,6 +15,8 @@ updates:
assignees:
- 'ThomasPohl'
versioning-strategy: 'increase'
cooldown:
default-days: 7
ignore:
- dependency-name: '@types/node'
update-types:
Expand Down
Loading