Files
Terminal.Gui/.github/dependabot.yml
Aleksandar Ivanov df0e0d4239 Add Dependabot (#1136)
* add dependabot config

* increase PR limit
2021-04-18 17:29:30 -07:00

17 lines
426 B
YAML

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)