Exclude major version updates for the octokit group in dependabot (#3563)

* Exclude major version updates for the octokit group in dependabot

* Commit unstaged changes 🤦
This commit is contained in:
Charis Kyriakou 2024-04-16 14:29:17 +01:00 коммит произвёл GitHub
Родитель f854ab50d5
Коммит 2e7586c39f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -17,6 +17,9 @@ updates:
octokit:
patterns:
- "@octokit/*"
update-types:
- "minor"
- "patch"
storybook:
patterns:
- "@storybook/*"