-
Notifications
You must be signed in to change notification settings - Fork 0
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
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
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' |
There was a problem hiding this comment.
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' |
There was a problem hiding this comment.
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!
chore: Dependency health configurations
What
.npmrc
withsave-exact=true
to set specific dependencies automatically upon installpackage.json
s to use exact dependencies