Skip to content

Commit

Permalink
Exclude some packages from updates
Browse files Browse the repository at this point in the history
  • Loading branch information
martincostello committed Jul 21, 2023
1 parent 31d8fb1 commit 4d52d94
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/update-dotnet-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ jobs:
update-sdk:
uses: martincostello/update-dotnet-sdk/.github/workflows/update-dotnet-sdk.yml@638a19214b5333029150c3347f4c4552c17ed926 # v2.2.4
with:
include-nuget-packages: "Microsoft.AspNetCore.,Microsoft.NET.Test.Sdk"
labels: "dependencies,.NET"
exclude-nuget-packages: 'Microsoft.Extensions.DependencyInjection.Abstractions,Microsoft.Extensions.Logging.Abstractions'
include-nuget-packages: 'Microsoft.AspNetCore.,Microsoft.Extensions.,Microsoft.NET.Test.Sdk'
labels: 'dependencies,.NET'
user-email: ${{ vars.UPDATER_COMMIT_USER_EMAIL }}
user-name: ${{ vars.UPDATER_COMMIT_USER_NAME }}
secrets:
Expand Down

0 comments on commit 4d52d94

Please sign in to comment.