fix(renovate): clarify description for package rules in configuration

This commit is contained in:
taroj1205 2025-06-18 17:37:46 +12:00
parent 9eaf8f1897
commit 8710bd0f09
No known key found for this signature in database
GPG key ID: 0FCB6CFFE0981AB7

View file

@ -8,7 +8,7 @@
"dependencyDashboard": true,
"packageRules": [
{
"description": "Automatically merge minor and patch-level updates",
"description": "Group minor and patch-level updates",
"matchUpdateTypes": ["minor", "patch", "digest"],
"automergeType": "branch"
},