Skip to content

Commit

Permalink
chore: adds dependabot (#101)
Browse files Browse the repository at this point in the history
* chore: adds dependabot

* chore: updates global.json sdk to latest version
  • Loading branch information
leonardochaia authored Oct 18, 2024
1 parent a8b035f commit 5bcf58c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
version: 2
updates:
# NuGet packages
- package-ecosystem: "nuget"
directory: "/"
schedule:
interval: "weekly"
day: "wednesday"
open-pull-requests-limit: 5
groups:
dotnet:
patterns:
- "*"
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "8.0.100",
"version": "8.0.401",
"allowPrerelease": true
}
}

0 comments on commit 5bcf58c

Please sign in to comment.