Skip to content

Commit

Permalink
Fix ignore version type
Browse files Browse the repository at this point in the history
  • Loading branch information
mburumaxwell committed Nov 15, 2023
1 parent 540329e commit 5ca9031
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ updates:
update-types: ["version-update:semver-patch"]
# Ignore major updates for packages used in multi-targeting
- dependency-name: "Microsoft.AspNetCore.Mvc.NewtonsoftJson"
update-types: ["version-update:semver-patch"]
update-types: ["version-update:semver-major"]
- dependency-name: "Microsoft.AspNetCore.TestHost"
update-types: ["version-update:semver-patch"]
update-types: ["version-update:semver-major"]
- package-ecosystem: "github-actions" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
Expand Down

0 comments on commit 5ca9031

Please sign in to comment.