chore(renovate): pin the ignored packages [skip ci]

This commit is contained in:
Amin Yahyaabadi 2024-09-20 19:31:25 -07:00
parent ea49034e9a
commit d511d1fb52
No known key found for this signature in database
GPG Key ID: F52AF77F636088F0
1 changed files with 7 additions and 4 deletions

11
.github/renovate.json vendored
View File

@ -8,15 +8,18 @@
"matchUpdateTypes": ["major", "minor", "patch", "pin", "digest", "lockFileMaintenance", "rollback", "bump"],
"groupName": "devDependencies",
"semanticCommitType": "chore",
"automerge": true,
"matchPackageNames": ["!eslint", "!numerous", "!execa"]
"automerge": true
},
{
"matchDepTypes": ["dependencies"],
"matchUpdateTypes": ["major", "minor", "patch", "pin", "digest", "lockFileMaintenance", "rollback", "bump"],
"groupName": "dependencies",
"semanticCommitType": "fix",
"matchPackageNames": ["!eslint", "!numerous", "!execa"]
"semanticCommitType": "fix"
},
{
"matchDatasources": ["npm"],
"matchPackageNames": ["eslint", "numerous", "execa"],
"rangeStrategy": "pin"
}
]
}