Skip to content

Commit 027c994

Browse files
committed
preset: bypass cooldown for astral-sh GitHub Actions
Signed-off-by: William Woodruff <william@astral.sh>
1 parent c7b0711 commit 027c994

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

preset.json5

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,18 @@
7272
groupName: '{{manager}} lockfile updates',
7373
commitMessageSuffix: 'for {{manager}}',
7474
},
75+
// GitHub Actions: disable minimum release age for our own actions.
76+
{
77+
description: 'Disable minimum release age checks for our own GitHub Actions',
78+
matchManagers: ['github-actions'],
79+
matchPackageNames: [
80+
'astral-sh/ruff-action',
81+
'astral-sh/setup-uv',
82+
'astral-sh/attest-action',
83+
'astral-sh/pyx-auth-action',
84+
],
85+
minimumReleaseAge: null,
86+
},
7587
// Python: disable minimum release age for our own packages.
7688
{
7789
description: 'Disable minimum release age checks for our own Python packages',

0 commit comments

Comments
 (0)