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
add dependabot config
  • Loading branch information
aleks-ivanov committed Mar 12, 2021
2 parents 4da9ad0 + a1934f4 commit af98eae
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/dependabot.yml
@@ -0,0 +1,15 @@
version: 2
updates:
- package-ecosystem: "github-actions"
# default location of `.github/workflows`
directory: "/"
schedule:
interval: "weekly"

- package-ecosystem: "nuget"
# location of package manifests
directory: "/"
schedule:
interval: "daily"

# Built with ❤ by [Pipeline Foundation](https://pipeline.foundation)

0 comments on commit af98eae

Please sign in to comment.