Add Dependabot (#1136)

* add dependabot config

* increase PR limit
This commit is contained in:
Aleksandar Ivanov
2021-04-19 03:29:30 +03:00
committed by GitHub
parent 0fe512d198
commit df0e0d4239

17
.github/dependabot.yml vendored Normal file
View File

@@ -0,0 +1,17 @@
version: 2
updates:
- package-ecosystem: "github-actions"
# default location of `.github/workflows`
directory: "/"
open-pull-requests-limit: 10
schedule:
interval: "weekly"
- package-ecosystem: "nuget"
# location of package manifests
directory: "/"
open-pull-requests-limit: 10
schedule:
interval: "daily"
# Built with ❤ by [Pipeline Foundation](https://pipeline.foundation)