File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
15version : 2
26updates :
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'
You can’t perform that action at this time.
0 commit comments