chore: add ignored deps for renovate [skip ci]

This commit is contained in:
Amin Yahyaabadi 2024-09-20 18:04:45 -07:00 committed by GitHub
parent 45b558c2a6
commit 898e68dbc3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -15,7 +15,8 @@
"matchDepTypes": ["dependencies"],
"matchUpdateTypes": ["major", "minor", "patch", "pin", "digest", "lockFileMaintenance", "rollback", "bump"],
"groupName": "dependencies",
"semanticCommitType": "fix"
"semanticCommitType": "fix",
"matchPackageNames": ["!eslint", "!numerous", "!execa"]
}
]
}