Create metro group for dependabot so that they all update together (#3403)

This commit is contained in:
Ruriko Araki 2024-02-06 15:33:59 -08:00 коммит произвёл GitHub
Родитель eb79c336c6
Коммит 1b1f185984
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 6 добавлений и 0 удалений

6
.github/dependabot.yml поставляемый
Просмотреть файл

@ -15,6 +15,12 @@ updates:
update-types:
- 'minor'
- 'patch'
metro:
patterns:
- 'metro*'
update-types:
- 'minor'
- 'patch'
rnx-kit:
patterns:
- '@rnx-kit*'