Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Dependency health configurations #17

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

lanesawyer
Copy link
Collaborator

chore: Dependency health configurations

What

  • Adds .npmrc with save-exact=true to set specific dependencies automatically upon install
  • Modifies the package.jsons to use exact dependencies
  • Adds Dependabot configuration for each package in the repository

@lanesawyer lanesawyer requested a review from froyo-np April 16, 2024 22:05
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I couldn't find an example pnpm Dependabot setup, but this appears to be what we do in this situation, one set for each package. It's annoyingly long and verbose, but whattayagonnado 🤷🏻


# Examples
- package-ecosystem: 'pnpm'
directory: '/apps/common'
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TODO: Update to the examples directory, we're not doing the rename we had considered earlier.

prefix: 'chore(deps):'

- package-ecosystem: 'pnpm'
directory: '/packages/scatterbrain'
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TODO: Add the new packages!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant