Skip to content

Commit e7dae4e

Browse files
authored
ci(dependabot): use cooldown delay recent updates (dequelabs#4849)
This applies the new [cooldown option](https://docs.github.com/en/code-security/dependabot/working-with-dependabot/dependabot-options-reference#cooldown-) for dependabot. It will hold updates until after they have been out for at least a week. This will allow a reasonable time for packages to exist and if any issues exist in the supply chain, get caught before the updates come through. No QA Needed Refs: dequelabs/axe-api-team#598
1 parent d7dfebc commit e7dae4e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ updates:
1414
update-types:
1515
- 'minor'
1616
- 'patch'
17+
cooldown:
18+
default-days: 7
1719

1820
- package-ecosystem: 'npm'
1921
directory: '/'
@@ -54,3 +56,5 @@ updates:
5456
update-types:
5557
- 'minor'
5658
- 'patch'
59+
cooldown:
60+
default-days: 7

0 commit comments

Comments
 (0)