Skip to content

Commit

Permalink
Pin major/minor identity model versions for .NET Monitor 6 (#7018)
Browse files Browse the repository at this point in the history
  • Loading branch information
jander-msft authored Jul 23, 2024
1 parent 189ccd2 commit d9f6119
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,14 @@ updates:
ignore:
- dependency-name: "Microsoft.Extensions.*"
update-types: [ "version-update:semver-major" ]
#@ if branch.majorVersion == "6":
#! The IdentityModel libraries bring in System.Text.Json 8+ starting with 7.7.0.
#! Keep the major and minor version pinned to avoid incompatible versions.
- dependency-name: "Microsoft.IdentityModel.*"
update-types:
- "version-update:semver-major"
- "version-update:semver-minor"
#@ end
- dependency-name: "Moq"
commit-message:
prefix: #@ commit_prefix
Expand Down
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,10 @@ updates:
- dependency-name: Microsoft.Extensions.*
update-types:
- version-update:semver-major
- dependency-name: Microsoft.IdentityModel.*
update-types:
- version-update:semver-major
- version-update:semver-minor
- dependency-name: Moq
commit-message:
prefix: '[release/6.x] '
Expand Down

0 comments on commit d9f6119

Please sign in to comment.