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 13, 2023
1 parent 5e5c9e4 commit 757bfce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update-dotnet-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ permissions:

jobs:
update-sdk:
uses: martincostello/update-dotnet-sdk/.github/workflows/update-dotnet-sdk.yml@ff9a6f247704ef1b77eb3c478070d8fa69c2360e # v2.2.3
uses: martincostello/update-dotnet-sdk/.github/workflows/update-dotnet-sdk.yml@9b79b5ee0df3a92c898cfd4bad52bfe32b1b5f2c
with:
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 }}
Expand Down

0 comments on commit 757bfce

Please sign in to comment.