Skip to content

Commit c647ad9

Browse files
committed
preset: make config terser
Signed-off-by: William Woodruff <william@astral.sh>
1 parent 027c994 commit c647ad9

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

preset.json5

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,7 @@
7777
description: 'Disable minimum release age checks for our own GitHub Actions',
7878
matchManagers: ['github-actions'],
7979
matchPackageNames: [
80-
'astral-sh/ruff-action',
81-
'astral-sh/setup-uv',
82-
'astral-sh/attest-action',
83-
'astral-sh/pyx-auth-action',
80+
'astral-sh/*',
8481
],
8582
minimumReleaseAge: null,
8683
},
@@ -96,9 +93,7 @@
9693
description: 'Disable minimum release age checks for our own pre-commit hooks',
9794
matchManagers: ['pre-commit'],
9895
matchPackageNames: [
99-
'astral-sh/ruff-pre-commit',
100-
'astral-sh/uv-pre-commit',
101-
'astral-sh/ty-pre-commit',
96+
'astral-sh/*',
10297
],
10398
},
10499
],

0 commit comments

Comments
 (0)