Skip to content

Commit

Permalink
Add Dependabot (#1) (#57)
Browse files Browse the repository at this point in the history
* add dependabot

* adjust the open pull requests limit for nuget
  • Loading branch information
szlatkow authored Apr 15, 2021
1 parent c6239b0 commit f34280b
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 f34280b

Please sign in to comment.