@@ -15,6 +15,10 @@ updates:
1515 schedule :
1616 interval : " monthly"
1717 time : " 05:00"
18+ # Allow updates to be delayed for a configurable number of days to mitigate
19+ # some classes of supply chain attacks
20+ cooldown :
21+ default-days : 7
1822 # Allow up to 10 open PRs for dependencies
1923 open-pull-requests-limit : 10
2024 # Group together Angular package upgrades
@@ -101,6 +105,10 @@ updates:
101105 schedule :
102106 interval : " monthly"
103107 time : " 05:00"
108+ # Allow updates to be delayed for a configurable number of days to mitigate
109+ # some classes of supply chain attacks
110+ cooldown :
111+ default-days : 7
104112 # Allow up to 10 open PRs for dependencies
105113 open-pull-requests-limit : 10
106114 # Group together Angular package upgrades
@@ -188,6 +196,10 @@ updates:
188196 schedule :
189197 interval : " monthly"
190198 time : " 05:00"
199+ # Allow updates to be delayed for a configurable number of days to mitigate
200+ # some classes of supply chain attacks
201+ cooldown :
202+ default-days : 7
191203 # Allow up to 10 open PRs for dependencies
192204 open-pull-requests-limit : 10
193205 # Group together Angular package upgrades
@@ -274,6 +286,10 @@ updates:
274286 schedule :
275287 interval : " monthly"
276288 time : " 05:00"
289+ # Allow updates to be delayed for a configurable number of days to mitigate
290+ # some classes of supply chain attacks
291+ cooldown :
292+ default-days : 7
277293 # Allow up to 10 open PRs for dependencies
278294 open-pull-requests-limit : 10
279295 # Group together Angular package upgrades
0 commit comments