1
0
Fork 0

chore(renovate): update package rules for label management

- exclude github-actions manager from automatic major/pin/rollback update labeling
- maintain existing label rules for other dependency managers
This commit is contained in:
pooneyy 2026-02-26 11:27:55 +08:00
parent 7c935f06d6
commit 5cb1a59e99
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@
"packageRules": [
{
"matchUpdateTypes": ["major", "pin", "pinDigest", "digest", "lockFileMaintenance", "rollback", "bump", "replacement"],
"matchManagers": ["!github-actions"],
"addLabels": ["{{ updateType }}"]
},
{