Skip to content

Commit

Permalink
Add Dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
windperson committed Dec 24, 2024
1 parent 3caadae commit a3cdd0b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
version: 2
updates:
- package-ecosystem: "dotnet-sdk"
directory: "/"
schedule:
interval: "weekly"
day: "wednesday"
6 changes: 6 additions & 0 deletions global.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"sdk": {
"version": "8.0.404",
"rollForward": "latestFeature"
}
}

0 comments on commit a3cdd0b

Please sign in to comment.