Skip to content

Commit

Permalink
Merge pull request #1 from aleks-ivanov/feature/dependabot
Browse files Browse the repository at this point in the history
create Dependabot config with GHA and .NET
  • Loading branch information
aleks-ivanov committed Mar 17, 2021
2 parents f4f43ae + 3bfa821 commit fb33528
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 fb33528

Please sign in to comment.