mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2025-12-23 18:29:19 -05:00
chore(deps): update renovate config to group node container deps (#2939) [skip ci]
This commit is contained in:
@@ -8,8 +8,14 @@
|
||||
],
|
||||
"packageRules": [
|
||||
{
|
||||
"matchManagers": "github-actions",
|
||||
"groupName": "github-actions"
|
||||
"matchManagers": ["github-actions"],
|
||||
"groupName": "GitHub Actions",
|
||||
"groupSlug": "github-actions"
|
||||
},
|
||||
{
|
||||
"matchPackageNames": ["node"],
|
||||
"groupName": "Node.js",
|
||||
"groupSlug": "node"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user