Skip to content

Commit

Permalink
[workspace-hack] record exact versions (#4171)
Browse files Browse the repository at this point in the history
Exact versions work better with dependabot.

This can be reverted with renovate if we so choose.
  • Loading branch information
sunshowers authored Oct 2, 2023
1 parent 1c0553a commit e9210fc
Show file tree
Hide file tree
Showing 2 changed files with 226 additions and 225 deletions.
5 changes: 3 additions & 2 deletions .config/hakari.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ platforms = [
# "x86_64-pc-windows-msvc",
]

# Write out exact versions rather than a semver range. (Defaults to false.)
exact-versions = true

[traversal-excludes]
workspace-members = ["xtask"]

# Write out exact versions rather than a semver range. (Defaults to false.)
# exact-versions = true
Loading

0 comments on commit e9210fc

Please sign in to comment.