group action/{upload,download}-artifact

This commit is contained in:
Miraculous Owonubi 2023-12-27 20:17:01 +03:00
parent f375c1b48a
commit 10e4f31cbb
No known key found for this signature in database
GPG Key ID: CE56ABF1A9C4828A
1 changed files with 11 additions and 1 deletions

View File

@ -31,10 +31,20 @@
},
{
"groupName": "eslint-plugin-prettier",
"matchPackagePrefixes": [
"matchPackageNames": [
"prettier",
"eslint-plugin-prettier"
]
},
{
"groupName": "actions/upload-download-artifact",
"matchFiles": [
".github/workflows/tests.yml"
],
"matchPackageNames": [
"actions/upload-artifact",
"actions/download-artifact"
]
}
]
}