Configure Renovate #1
Reference in New Issue
Block a user
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.
Detected Package Files
Dockerfile(dockerfile).gitea/workflows/pr-title-semantic.yml(github-actions).gitea/workflows/release.yml(github-actions)What to Expect
It looks like your repository dependencies are already up-to-date and no Pull Requests will be necessary right away.
❓ 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 Renovate Bot.
Decision: Accept
Change Score: 8/10
Overview:
Added the schema reference in the
renovate.jsonconfiguration file.Suggestions:
renovatepackage to the dependencies, as therenovatebotlibrary is used to parse and apply the configuration.Ensure that the schema version (
"https://docs.renovatebot.com/renovate-schema.json") matches the version you are using or the documentation suggests. If you are unsure, check the Renovate documentation.After adding the dependencies, save the
renovate.jsonand runnpm installto update the dependencies.If you are using an older version of Renovate, please ensure your dependencies are compatible with that version. You can check the Renovate release page for the compatible versions of the dependencies.
Finally, run
renovate --initto initialize the Renovate configuration.