dependabot: switch to grouped updates (#1977)

This commit is contained in:
XhmikosR 2024-03-07 09:09:12 +02:00 коммит произвёл GitHub
Родитель 04007e7bbb
Коммит 4c51cc4c5c
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 9 добавлений и 1 удалений

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

@ -4,9 +4,12 @@ updates:
directory: "/"
schedule:
interval: monthly
labels:
- dependencies
- github_actions
reviewers:
- XhmikosR
- package-ecosystem: npm
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: monthly
@ -15,3 +18,8 @@ updates:
reviewers:
- XhmikosR
versioning-strategy: increase
groups:
production-dependencies:
dependency-type: "production"
development-dependencies:
dependency-type: "development"