.renovate-shared.json: attempt to group pre-commit updates

This commit is contained in:
Aminda Suomalainen 2024-07-14 20:21:16 +03:00
parent 74c4463dca
commit 350e8d2f78
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 6 additions and 0 deletions

View File

@ -13,6 +13,12 @@
"matchPackagePatterns": [
"*"
]
},
{
"groupName": "all pre-commit updates",
"matchUpdateTypes": [
"pre-commit"
]
}
],
"pre-commit": {