chore: add 5-day dependency cooling period for supply-chain hardening (#7718)

This commit is contained in:
Hayden
2026-05-31 10:55:15 -05:00
committed by GitHub
parent e1ddc06eff
commit 3bde6df958
7 changed files with 29 additions and 4 deletions

View File

@@ -12,6 +12,8 @@
"extends": [
"config:recommended"
],
"minimumReleaseAge": "5 days",
"internalChecksFilter": "strict",
"addLabels": [
"dependencies"
],
@@ -51,8 +53,7 @@
],
"automerge": true,
"automergeType": "pr",
"automergeStrategy": "squash",
"minimumReleaseAge": "5 days"
"automergeStrategy": "squash"
},
{
"description": "Auto-merge Docker digest and patch updates",
@@ -66,8 +67,7 @@
],
"automerge": true,
"automergeType": "pr",
"automergeStrategy": "squash",
"minimumReleaseAge": "5 days"
"automergeStrategy": "squash"
}
]
}