Skip to content

Commit

Permalink
Fix missing snapshot changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebailey committed Apr 12, 2024
1 parent 4d9d35d commit bf320e1
Show file tree
Hide file tree
Showing 2 changed files with 117 additions and 58 deletions.
1 change: 1 addition & 0 deletions .ncurc.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ module.exports = {
if (dependencyName === "@actions/http-client") return "patch"; // bloated via undici
if (dependencyName === "eslint") return "patch";
if (dependencyName === "semver") return "patch"; // Matching dep from @actions/*
if (dependencyName === "@types/semver") return "patch"; // Matching dep from @actions/*
if (major === "0") return "minor";
return "latest";
},
Expand Down

0 comments on commit bf320e1

Please sign in to comment.