refactor(depbot): gh actions and dotnet-sdk

This commit is contained in:
Collin Barrett 2025-06-08 13:30:08 -05:00 committed by Collin Barrett
parent 56de578620
commit ed15c2623e
3 changed files with 14 additions and 2 deletions

View file

@ -1,5 +1,13 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "dotnet-sdk"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: nuget
directory: services
schedule:

View file

@ -41,8 +41,6 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: "9.0.x"
- name: Build
run: dotnet build -c Release

6
global.json Normal file
View file

@ -0,0 +1,6 @@
{
"sdk": {
"rollForward": "latestPatch",
"version": "9.0.300"
}
}