Skip to content

Commit 27322b3

Browse files
ioBroker-Botgithub-actions[bot]klein0r
authored
Update from template: X0000-updateDependabotSettings (#375)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Matthias Kleine <github.com9@emailu.de>
1 parent 862d705 commit 27322b3

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
# Dependabot will run on day 7 of each month at 02:21 (Europe/Berlin timezone)
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
25
version: 2
36
updates:
47

@@ -24,3 +27,5 @@ updates:
2427
- dependency-name: '@types/node'
2528
update-types:
2629
- 'version-update:semver-major'
30+
cooldown:
31+
default-days: 7

0 commit comments

Comments
 (0)