We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7b0711 commit 027c994Copy full SHA for 027c994
preset.json5
@@ -72,6 +72,18 @@
72
groupName: '{{manager}} lockfile updates',
73
commitMessageSuffix: 'for {{manager}}',
74
},
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
+ },
87
// Python: disable minimum release age for our own packages.
88
{
89
description: 'Disable minimum release age checks for our own Python packages',
0 commit comments