ci(deps): Group npm patch updates

This commit is contained in:
Jade Ellis 2026-02-17 21:30:48 +00:00
parent 02b9a3f713
commit 8cda431cc6
No known key found for this signature in database
GPG key ID: 8705A2A3EBF77BD2

View file

@ -57,6 +57,12 @@
"matchUpdateTypes": ["minor", "patch"],
"groupName": "github-actions-non-major"
},
{
"description": "Batch patch-level Node.js dependency updates",
"matchManagers": ["npm"],
"matchUpdateTypes": ["patch"],
"groupName": "node-patch-updates"
},
{
"description": "Pin forgejo artifact actions to prevent breaking changes",
"matchManagers": ["github-actions"],