Skip to content

Commit

Permalink
Dependabot Adjustments (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
wbaldoumas authored Jan 26, 2022
1 parent 9c20d2a commit 0bb6eae
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# generated by dependadotnet
# https://github.com/dotnet/core/tree/master/samples/dependadotnet
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
day: "monday"
- package-ecosystem: "nuget"
directory: "/src/WaySON" #WaySON.csproj
schedule:
interval: "weekly"
day: "monday"
open-pull-requests-limit: 5
- package-ecosystem: "nuget"
directory: "/tests/WaySON.UnitTests" #WaySON.UnitTests.csproj
schedule:
interval: "weekly"
day: "monday"
open-pull-requests-limit: 5

0 comments on commit 0bb6eae

Please sign in to comment.