ci(deps): Group npm patch updates
This commit is contained in:
parent
02b9a3f713
commit
8cda431cc6
1 changed files with 6 additions and 0 deletions
|
|
@ -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"],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue