Configure Renovate #1
Loading…
Reference in a new issue
No description provided.
Delete branch "renovate/configure"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Welcome to Renovate! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin.
🚦 To activate Renovate, merge this Pull Request. To disable Renovate, simply close this Pull Request unmerged.
📚 See our Reading List for relevant documentation you may be interested in reading.
🔡 Do you want to change how Renovate upgrades your dependencies? Add your custom config to
renovate.jsonin this branch. Renovate will update the Pull Request description the next time it runs.Detected Package Files
frontend/package.json(npm)backend/pyproject.toml(poetry)What to Expect
With your current configuration, Renovate will create 3 Pull Requests:
Update dependency @vitejs/plugin-react to v6
renovate/vitejs-plugin-react-6.xmain^6.0.0Update dependency typescript to v7
renovate/typescript-7.xmain^7.0.0Update dependency vite to v8
renovate/vite-8.xmain^8.0.0🚸 PR creation will be limited to maximum 2 per hour, so it doesn't swamp any CI resources or overwhelm the project. See docs for
prHourlyLimitfor details.❓ Got questions? Check out Renovate's Docs, particularly the Getting Started section.
If you need any further assistance then you can also request help here.
This PR has been generated by Mend Renovate.
Closing unmerged — onboarding is already complete, via a fuller config than this PR proposes.
This PR adds a
renovate.jsoncontaining only the$schemaline. A complete configuration was committed directly tomainin8a28bbb, so the two conflict (mergeable: false) and merging this would at best be a no-op and at worst replace the real config with a stub — discarding the automerge rules, the schedule, the grouping, and the never-automerge list forauthlib,pillow,itsdangerous, andpython-multipart.What's on
mainnow:@types/*groupedvulnerabilityAlertsenabled and labelledAlso relevant: this PR was raised before lockfiles existed, and detected
backend/pyproject.tomlas poetry. The project uses PEP 621 with pip-compile, andbackend/requirements.txt/requirements-dev.txtare now committed, so Renovate will pick up thepip-compileandpip_requirementsmanagers and update pinned versions rather than manifest ranges.Renovate treats a closed onboarding PR as opt-out only when no config file is present.
renovate.jsonexists on the default branch, so the config-file check short-circuits onboarding and this closure is inert.Liveness check: the config sets
:dependencyDashboard, so Renovate should open a "Dependency Dashboard" issue on its next run. If that issue appears, it is working. If nothing appears after the next scheduled run, re-check — the three queued majors (@vitejs/plugin-reactv6,typescriptv7,vitev8) should show up there awaiting review.Pull request closed