chore: add Renovate config for automated dependency updates#329
Merged
Haz3-jolt merged 1 commit intoBlazeUp-AI:mainfrom Apr 16, 2026
Merged
Conversation
Closes BlazeUp-AI#328 Signed-off-by: Hemalatha Madeswaran <hemalathamadeswaran@gmail.com>
Contributor
Author
|
Note to Maintainer : |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #328
Purpose / Description
Dependencies are currently updated manually with no automated tooling to
detect outdated or vulnerable packages across the Python, Node.js, Docker,
GitHub Actions, and pre-commit ecosystems. This adds a Renovate Bot
configuration to automate dependency update PRs.
Fixes
Approach
Added
renovate.jsonat the repo root with the following behavior:Node/pnpm, Docker, GitHub Actions, pre-commit) to reduce noise
Dependencylabel to all generated PRsCovered package managers:
pep621+uv(pyproject.toml, uv.lock)npm(web/package.json, pnpm-lock.yaml)dockerfile+docker-compose(docker/Dockerfile.api,docker/Dockerfile.web, docker/docker-compose.yml)
.github/workflows/.pre-commit-config.yamlHow Has This Been Tested?
schema
docs
installed on the repo — it will create a Dependency Dashboard issue confirming
detection of all package managers
Learning (optional, can help others)
config:recommendedpreset handles most sensible defaults(pinning, range strategies, etc.)
matchManagersfield scopes rules to specific ecosystems so groupingdoesn't mix unrelated deps
paths manually
Checklist
git commit -s) per theDCO
max 50 chars).
- [ ] UI changes: include screenshots of all affected screens (in particularshowing any new or changed strings) and run any tests if necessary