chore: Add separate dependabot config for packages and dev-packages#20014
chore: Add separate dependabot config for packages and dev-packages#20014
Conversation
Semver Impact of This PR🟢 Patch (bug fixes) 📋 Changelog PreviewThis is how your changes will appear in the changelog. New Features ✨
Bug Fixes 🐛
Documentation 📚
Internal Changes 🔧Core
Deps
Other
🤖 This preview updates automatically when you update the PR. |
|
|
||
| - package-ecosystem: 'npm' | ||
| directories: | ||
| - '/' |
There was a problem hiding this comment.
/ should only match the main package.json, which only has dev deps.
There was a problem hiding this comment.
although... we had that before and got alerted everywhere. So I don't think this is true (?)
size-limit report 📦
|
node-overhead report 🧳Note: This is a synthetic benchmark with a minimal express app and does not necessarily reflect the real-world performance impact in an application.
|
|
this doesn't work. We have one lock file for everything and |
To be honest, I'm not sure if we tried this before or if it works as intended. Would appreciate a review from someone who has more context on dependabot.
For now the main change is that any PR opened by dependabot in
dev-packagesis prefixed withchore. We can probably do more specific configs with this as well (?)