1
0
Fork 0

🔧 chore(renovate): update package rules configuration

- remove 'minor' and 'patch' from automatic label assignment
- maintain major updates and other types in labeling rules
This commit is contained in:
pooneyy 2025-10-26 20:51:13 +08:00
parent 6e63b96ae2
commit ae37a53691
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
"prConcurrentLimit":0,
"packageRules": [
{
"matchUpdateTypes": ["major", "minor", "patch", "pin", "pinDigest", "digest", "lockFileMaintenance", "rollback", "bump", "replacement"],
"matchUpdateTypes": ["major", "pin", "pinDigest", "digest", "lockFileMaintenance", "rollback", "bump", "replacement"],
"addLabels": ["{{ updateType }}"]
},
{