-
Notifications
You must be signed in to change notification settings - Fork 170
Open
Description
Proposal
How about introducing Renovate to automate dependency management?
Background
- Currently managing dependency updates manually
- Hard to immediately notice security patches or new versions
Benefits of Renovate
- Automatic PR creation: Auto-generates update PRs when new versions are released
- Grouping: Bundle related packages into a single PR
- Scheduling: Configure PRs to be created only at preferred times
- Security vulnerability alerts: Prioritize packages with security issues
- Automatic lockfile updates: Auto-updates bun.lock
Suggested Configuration
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"],
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch"],
"automerge": true
}
]
}Alternative
- Dependabot: GitHub native but less flexible configuration than Renovate
Thoughts?
Metadata
Metadata
Assignees
Labels
No labels