Skip to content

Commit

Permalink
Update dependabot ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
edumserrano committed Apr 20, 2024
1 parent 267ec68 commit 157578b
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,14 @@ updates:
# This happens because the latest versions of the packages are only supported on newer TFMs.
# 3) I'll close the dependabot PRs but now I'll be aware that there is a new version and I'll manually do the PR to update the version on the
# new TFMs and hopefully remember to check if there is an update for the versions used on the older TFMs.
# ignore:
# # Ignored because the csproj using this NuGet supports multiple target frameworks and dependabot does not handle this well.
# # This NuGet needs to be manually updated for each target framework
# #
# - dependency-name: "Microsoft.AspNetCore.Mvc.Testing"
# 4) UPDATE: I had disabled the ignore rule because I wanted to see the PRs anyway, even if they failed as explained above but recently dependabot
# started to fail and doesn't generate any PR. It fails with "Unhandled exception: System.ArgumentException: An item with the same key has already been added.
# Key: Microsoft.AspNetCore.Mvc.Testing". So I'm enabling the ignore below again to avoid Dependabot failing.
ignore:
# Ignored because the csproj using this NuGet supports multiple target frameworks and dependabot does not handle this well.
# This NuGet needs to be manually updated for each target framework
#
- dependency-name: "Microsoft.AspNetCore.Mvc.Testing"
- package-ecosystem: github-actions
# Workflow files stored in the
# default location of `.github/workflows`
Expand Down

0 comments on commit 157578b

Please sign in to comment.