We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 027c994 commit c647ad9Copy full SHA for c647ad9
preset.json5
@@ -77,10 +77,7 @@
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',
+ 'astral-sh/*',
84
],
85
minimumReleaseAge: null,
86
},
@@ -96,9 +93,7 @@
96
93
description: 'Disable minimum release age checks for our own pre-commit hooks',
97
94
matchManagers: ['pre-commit'],
98
95
99
- 'astral-sh/ruff-pre-commit',
100
- 'astral-sh/uv-pre-commit',
101
- 'astral-sh/ty-pre-commit',
102
103
104
0 commit comments