Skip to content

Commit

Permalink
update dependabot targetting vNext branch
Browse files Browse the repository at this point in the history
  • Loading branch information
FBoucher committed Nov 22, 2020
1 parent 6c24dc0 commit 23fc8f4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ version: 2
updates:
- package-ecosystem: "nuget"
directory: "/src/shortenerTools"
target-branch: "vnext"
schedule:
interval: "monthly"
assignees:
Expand All @@ -17,7 +18,8 @@ updates:
- dependencies
- Serverless-Backend
- package-ecosystem: "nuget"
directory: "/src/adminTools/adminBlazorWebsite/src"
directory: "/src/adminTools/adminBlazorWebsite/src"
target-branch: "vnext"
schedule:
interval: "monthly"
assignees:
Expand Down

0 comments on commit 23fc8f4

Please sign in to comment.