From efcff8a4b8d97e153bc21e7bf863336f26ed23da Mon Sep 17 00:00:00 2001 From: Renovate Date: Wed, 22 Jul 2026 13:41:06 +0200 Subject: [PATCH] Configure Renovate (#6) 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. 📚 See our [Reading List](https://docs.renovatebot.com/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.json` in this branch. Renovate will update the Pull Request description the next time it runs. --- ### Detected Package Files * `.forgejo/workflows/cleanup-docs.yaml` (github-actions) * `.forgejo/workflows/deploy-docs.yaml` (github-actions) * `package.json` (npm) * `pnpm-workspace.yaml` (npm) ### Configuration Summary Based on the default config's presets, Renovate will: - Start dependency updates only once this onboarding PR is merged - Enable Renovate Dependency Dashboard creation. - Use semantic commit type `fix` for dependencies and `chore` for all others if semantic commits are in use. - Ignore `node_modules`, `bower_components`, `vendor` and various test/tests (except for nuget) directories. - Group known monorepo packages together. - Use curated list of recommended non-monorepo package groupings. - Show only the Age and Confidence Merge Confidence badges for pull requests. - Apply crowd-sourced package replacement rules. - Apply crowd-sourced workarounds for known problems with packages. - Ensure that every dependency pinned by digest and sourced from Forgejo contains a link to the commit-to-commit diff - Ensure that every dependency pinned by digest and sourced from Gitea contains a link to the commit-to-commit diff - Ensure that every dependency pinned by digest and sourced from GitHub.com and Github enterprise contains a link to the commit-to-commit diff - Ensure that every dependency pinned by digest and sourced from GitLab.com contains a link to the commit-to-commit diff - Correctly link to the source code for golang.org/x packages - Link to pkg.go.dev/... for golang.org/x packages' title - Provide a link to octochangelog's improved breakdown for Renovate's changelogs --- ### What to Expect With your current configuration, Renovate will create 5 Pull Requests:
Update tailwindcss monorepo to v4.3.3 - Schedule: ["at any time"] - Branch name: `renovate/tailwindcss-monorepo` - Merge into: `main` - Upgrade [@tailwindcss/vite](https://github.com/tailwindlabs/tailwindcss) to `4.3.3` - Upgrade [tailwindcss](https://github.com/tailwindlabs/tailwindcss) to `4.3.3`
Update dependency @​lucide/astro to v1.25.0 - Schedule: ["at any time"] - Branch name: `renovate/lucide-monorepo` - Merge into: `main` - Upgrade [@lucide/astro](https://github.com/lucide-icons/lucide) to `1.25.0`
Update dependency astro to v7.1.3 - Schedule: ["at any time"] - Branch name: `renovate/astro-monorepo` - Merge into: `main` - Upgrade [astro](https://github.com/withastro/astro) to `7.1.3`
Update dependency daisyui to v5.7.0 - Schedule: ["at any time"] - Branch name: `renovate/daisyui-5.x-lockfile` - Merge into: `main` - Upgrade [daisyui](https://github.com/saadeghi/daisyui) to `5.7.0`
Update actions/upload-artifact action to v7 - Schedule: ["at any time"] - Branch name: `renovate/major-github-artifact-actions` - Merge into: `main` - Upgrade [actions/upload-artifact](https://github.com/actions/upload-artifact) to `v7`
🚸 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 `prHourlyLimit`](https://docs.renovatebot.com/configuration-options/#prhourlylimit) for details. --- ❓ 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 [Mend Renovate](https://github.com/renovatebot/renovate). Co-authored-by: stb Reviewed-on: https://git.hamburg.ccc.de/CCCHH/didays.de/pulls/6 --- renovate.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 renovate.json diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..5db72dd --- /dev/null +++ b/renovate.json @@ -0,0 +1,6 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "config:recommended" + ] +}