Skip to content

Commit

Permalink
create Dependabot config with GHA and .NET
Browse files Browse the repository at this point in the history
  • Loading branch information
aleks-ivanov committed Mar 17, 2021
1 parent f4f43ae commit 3bfa821
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 3bfa821

Please sign in to comment.