Skip to content

Commit

Permalink
Add Dependabot (ardalis#2)
Browse files Browse the repository at this point in the history
* add Dependabot

* reduce open-pull-requests-limit

Co-authored-by: aleks-ivanov <aleksandar.ivanov@singlet.dev>
  • Loading branch information
szlatkow and aleks-ivanov authored Apr 22, 2021
1 parent 9022c91 commit 4aa4b49
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit 4aa4b49

Please sign in to comment.