Skip to content

Commit

Permalink
Remove pnpm experiment flag (dependabot#7453)
Browse files Browse the repository at this point in the history
Pnpm is now available to everyone so we can remove the experiment flag.
  • Loading branch information
mctofu authored Jun 19, 2023
1 parent 8ac90f8 commit be06aaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion npm_and_yarn/lib/dependabot/npm_and_yarn/file_fetcher.rb
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def fetch_files
fetched_files << package_json
fetched_files += npm_files
fetched_files += yarn_files
fetched_files += pnpm_files if Experiments.enabled?(:pnpm_updates)
fetched_files += pnpm_files
fetched_files += lerna_files
fetched_files += workspace_package_jsons
fetched_files += path_dependencies(fetched_files)
Expand Down

0 comments on commit be06aaf

Please sign in to comment.