Skip to content

Commit cc39a03

Browse files
authored
Set minimum release age for renovate (#4119)
To avoid supply chain attacks, linters changing behavior every version and conflicts with the local min release age setting
1 parent 15e6035 commit cc39a03

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

renovate.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,6 @@
4444
"additionalReviewers": [
4545
"team:eng"
4646
],
47-
"prConcurrentLimit": 8
47+
"prConcurrentLimit": 8,
48+
"minimumReleaseAge": "7 days"
4849
}

0 commit comments

Comments
 (0)