Skip to content

Commit 8a3e04a

Browse files
authored
Merge pull request #14 from ioBroker-Bot/update-from-template-X0000-updateDependabotSettings-1775025124
[iobroker-bot] Update Dependabot Configuration – Add npm Cooldown
2 parents 08ac024 + 04337be commit 8a3e04a

1 file changed

Lines changed: 17 additions & 11 deletions

File tree

.github/dependabot.yml

Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,27 @@
1+
# Dependabot configuration
2+
# Cooldown delays updating normal npm dependencies by 7 days but allows security updates to be processed immediately.
3+
# Note: Cooldown is not supported for the github-actions ecosystem.
4+
# Reference: https://docs.github.com/en/code-security/reference/supply-chain-security/dependabot-options-reference
15
version: 2
26
updates:
37

4-
- package-ecosystem: "npm"
5-
directory: "/"
8+
- package-ecosystem: 'npm'
9+
directory: '/'
610
schedule:
7-
interval: "cron"
8-
cronjob: "5 2 * * 1"
11+
interval: 'cron'
12+
cronjob: '5 2 * * 1'
913
open-pull-requests-limit: 15
1014
assignees:
11-
- "H5N1v2"
12-
versioning-strategy: "increase"
15+
- 'H5N1v2'
16+
versioning-strategy: 'increase'
17+
cooldown:
18+
default-days: 7
1319

14-
- package-ecosystem: "github-actions"
15-
directory: "/"
20+
- package-ecosystem: 'github-actions'
21+
directory: '/'
1622
schedule:
17-
interval: "cron"
18-
cronjob: "5 2 * * 1"
23+
interval: 'cron'
24+
cronjob: '5 2 * * 1'
1925
open-pull-requests-limit: 15
2026
assignees:
21-
- "H5N1v2"
27+
- 'H5N1v2'

0 commit comments

Comments
 (0)