Enabled dependabot on repository (#14)

- Enabled dependency management with dependabot.
This commit is contained in:
Bernie White 2020-07-01 18:46:47 +10:00 коммит произвёл GitHub
Родитель 9ccde574ad
Коммит d9e207c9f0
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 15 добавлений и 0 удалений

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

@ -0,0 +1,15 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
- package-ecosystem: "nuget" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "daily"
labels:
- "dependencies"
reviewers:
- "microsoft/psrule"