Skip to content

Commit

Permalink
ci: Add dotnet-sdk in dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
NelsonBN committed Jan 23, 2025
1 parent c7bc87a commit 6ee74ae
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,16 @@ updates:
prefix: "build"
include: "scope"
target-branch: "main"

- package-ecosystem: "dotnet-sdk"
directory: "/" # Location of package manifests
schedule:
interval: "daily"
assignees:
- "NelsonBN"
reviewers:
- "NelsonBN"
commit-message:
prefix: "build"
include: "scope"
target-branch: "main"

0 comments on commit 6ee74ae

Please sign in to comment.