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
33 changes: 20 additions & 13 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,29 @@
# 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:
- package-ecosystem: npm
directory: "/"

- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: monthly
time: "04:00"
timezone: Europe/Berlin
interval: 'monthly'
time: '04:00'
timezone: 'Europe/Berlin'
open-pull-requests-limit: 20
assignees:
- simatec
versioning-strategy: increase
- 'simatec'
versioning-strategy: 'increase'
cooldown:
default-days: 7

- package-ecosystem: github-actions
directory: "/"
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: monthly
time: "04:00"
timezone: Europe/Berlin
interval: 'monthly'
time: '04:00'
timezone: 'Europe/Berlin'
open-pull-requests-limit: 20
assignees:
- iobroker.nuki
- 'iobroker.nuki'