Configure Renovate #1

Merged
luke merged 1 commits from renovate/configure into main 2026-01-15 21:22:15 +00:00
Member

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.

Welcome to [Renovate](https://github.com/renovatebot/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](https://docs.renovatebot.com/), particularly the Getting Started section. If you need any further assistance then you can also [request help here](https://github.com/renovatebot/renovate/discussions). --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-config-hash:94693a990c975907e7f13da3309b9d56ba02b3983519b41786edf5cf031e457c-->
renovate-bot added 1 commit 2026-01-14 20:01:20 +00:00
Add renovate.json
Some checks failed
Enforce Conventional Commit PR Title / Validate PR Title (pull_request_target) Failing after 4s
c60c31a560
renovate-bot requested review from luke 2026-01-14 20:01:21 +00:00
Member

Decision: Accept
Change Score: 8/10

Overview:
Added the schema reference in the renovate.json configuration file.

Suggestions:

  1. Add the renovate package to the dependencies, as the renovatebot library is used to parse and apply the configuration.
"dependencies": {
  "renovatebot": "^21.0.0"
}
  1. 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.

  2. After adding the dependencies, save the renovate.json and run npm install to update the dependencies.

  3. 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.

  4. Finally, run renovate --init to initialize the Renovate configuration.

Decision: **Accept** Change Score: **8/10** Overview: Added the schema reference in the `renovate.json` configuration file. Suggestions: 1. Add the `renovate` package to the dependencies, as the `renovatebot` library is used to parse and apply the configuration. ```json "dependencies": { "renovatebot": "^21.0.0" } ``` 2. 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](https://docs.renovatebot.com). 3. After adding the dependencies, save the `renovate.json` and run `npm install` to update the dependencies. 4. 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](https://github.com/renovatebot/renovate/releases) for the compatible versions of the dependencies. 4. Finally, run `renovate --init` to initialize the Renovate configuration.
luke approved these changes 2026-01-15 21:22:11 +00:00
luke merged commit a32d38dc8c into main 2026-01-15 21:22:15 +00:00
luke referenced this issue from a commit 2026-01-15 21:22:16 +00:00
luke deleted branch renovate/configure 2026-01-15 21:22:17 +00:00
Sign in to join this conversation.