Change group name to "dependencies" (#1057)

As the PR title is based off of the group name, it'd feel better if the PR title was "Update dependencies" rather than "Update maintenance".
This commit is contained in:
Soitora 2023-09-24 17:18:12 +02:00 committed by GitHub
parent aac7117849
commit 07b9fb2e86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@
],
"packageRules": [
{
"groupName": "maintenance",
"groupName": "dependencies",
"matchUpdateTypes": ["minor", "patch", "pin", "digest"]
}
],