Renovate: skip updating fixtures

This commit is contained in:
Elizabeth Craig 2022-11-10 21:50:34 -08:00
Родитель 43151f6397
Коммит a612afd39f
1 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -13,6 +13,12 @@
"prHourlyLimit": 5,
"ignorePaths": [
"**/node_modules/**",
// incorrect manager is being used for fixtures, and most of them don't have real deps anyway
"**/__fixtures__/**"
],
"regexManagers": [
{
"fileMatch": ["^package.json$"],