Skip to content

Commit 42b4213

Browse files
committed
feat: bypass cooldown on our own packages
Signed-off-by: William Woodruff <william@astral.sh>
1 parent 2082bd1 commit 42b4213

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

default.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,18 @@
3232
],
3333
"groupName": "{{manager}} lockfile updates",
3434
"commitMessageSuffix": "for {{manager}}"
35+
},
36+
{
37+
"description": "Disable minimum release age checks for our own packages",
38+
"matchDatasources": [
39+
"pypi"
40+
],
41+
"matchPackageNames": [
42+
"ruff",
43+
"uv",
44+
"ty"
45+
],
46+
"minimumReleaseAge": null
3547
}
3648
],
3749
"vulnerabilityAlerts": {

0 commit comments

Comments
 (0)