From 5b9105a42df697df0121285dad3223bcfda031f5 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 17 Aug 2025 23:05:01 +0200 Subject: [PATCH] chore: Configure Renovate (#3) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 * `.gitea/workflows/cd.yaml` (github-actions) * `.gitea/workflows/ci.yaml` (github-actions) * `package.json` (npm) * `.nvmrc` (nvm) ### What to Expect With your current configuration, Renovate will create 3 Pull Requests:
chore(deps): update actions/checkout action to v5 - Schedule: ["at any time"] - Branch name: `renovate/actions-checkout-5.x` - Merge into: `main` - Upgrade [actions/checkout](https://github.com/actions/checkout) to `v5`
chore(deps): update dependency conventional-commits-parser to v6 - Schedule: ["at any time"] - Branch name: `renovate/conventional-commits-parser-6.x` - Merge into: `main` - Upgrade [conventional-commits-parser](https://github.com/conventional-changelog/conventional-changelog) to `^6.0.0`
chore(deps): update dependency node to v22 - Schedule: ["at any time"] - Branch name: `renovate/node-22.x` - Merge into: `main` - Upgrade [node](https://github.com/nodejs/node) to `22`
--- ❓ 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). Reviewed-on: https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment/pulls/3 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- renovate.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 renovate.json diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..7190a60 --- /dev/null +++ b/renovate.json @@ -0,0 +1,3 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json" +}