Configure Renovate #6

Merged
florian merged 1 commit from renovate/configure into main 2026-06-14 02:52:52 +02:00
Owner

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.json in this branch. Renovate will update the Pull Request description the next time it runs.


Detected Package Files

  • .forgejo/workflows/pages.yaml (github-actions)
  • .github/workflows/astro.yml (github-actions)
  • package.json (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
  • Enable Renovate Dependency Dashboard creation.

What to Expect

With your current configuration, Renovate will create 21 Pull Requests:

Update astro monorepo
Update dependency sanitize-html to v2.17.5
Update react monorepo to v19.2.17
  • Schedule: ["at any time"]
  • Branch name: renovate/react-monorepo
  • Merge into: main
  • Upgrade @types/react to 19.2.17
Update dependency @expressive-code/plugin-line-numbers to ^0.43.0
Update dependency @​pagefind/default-ui to v1.5.2
  • Schedule: ["at any time"]
  • Branch name: renovate/pagefind-default-ui-1.x-lockfile
  • Merge into: main
  • Upgrade @pagefind/default-ui to 1.5.2
Update dependency astro-expressive-code to ^0.43.0
  • Schedule: ["at any time"]
  • Branch name: renovate/astro-expressive-code-0.x
  • Merge into: main
  • Upgrade astro-expressive-code to ^0.43.0
Update dependency date-fns to v4.4.0
  • Schedule: ["at any time"]
  • Branch name: renovate/date-fns-4.x-lockfile
  • Merge into: main
  • Upgrade date-fns to 4.4.0
Update dependency markdown-it to v14.2.0
  • Schedule: ["at any time"]
  • Branch name: renovate/markdown-it-14.x-lockfile
  • Merge into: main
  • Upgrade markdown-it to 14.2.0
Update dependency pagefind to v1.5.2
  • Schedule: ["at any time"]
  • Branch name: renovate/pagefind-1.x-lockfile
  • Merge into: main
  • Upgrade pagefind to 1.5.2
Update dependency prettier to v3.8.4
  • Schedule: ["at any time"]
  • Branch name: renovate/prettier-3.x
  • Merge into: main
  • Upgrade prettier to 3.8.4
Update dependency sass-embedded to v1.100.0
  • Schedule: ["at any time"]
  • Branch name: renovate/sass-embedded-1.x-lockfile
  • Merge into: main
  • Upgrade sass-embedded to 1.100.0
Update dependency satori to ^0.26.0
  • Schedule: ["at any time"]
  • Branch name: renovate/satori-0.x
  • Merge into: main
  • Upgrade satori to ^0.26.0
Update tailwindcss monorepo to v4.3.1
  • Schedule: ["at any time"]
  • Branch name: renovate/tailwindcss-monorepo
  • Merge into: main
  • Upgrade @tailwindcss/vite to 4.3.1
  • Upgrade tailwindcss to 4.3.1
Update actions/checkout action to v6
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-checkout-6.x
  • Merge into: main
  • Upgrade actions/checkout to v6
Update actions/configure-pages action to v6
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-configure-pages-6.x
  • Merge into: main
  • Upgrade actions/configure-pages to v6
Update actions/deploy-pages action to v5
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-deploy-pages-5.x
  • Merge into: main
  • Upgrade actions/deploy-pages to v5
Update actions/setup-node action to v6
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-setup-node-6.x
  • Merge into: main
  • Upgrade actions/setup-node to v6
Update actions/upload-pages-artifact action to v5
Update astro monorepo (major)
Update dependency node to v24
  • Schedule: ["at any time"]
  • Branch name: renovate/node-24.x
  • Merge into: main
  • Upgrade node to 24
Update dependency typescript to v6
  • Schedule: ["at any time"]
  • Branch name: renovate/typescript-6.x
  • Merge into: main
  • Upgrade typescript to ^6.0.0

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.

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/pages.yaml` (github-actions) * `.github/workflows/astro.yml` (github-actions) * `package.json` (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 - Enable Renovate Dependency Dashboard creation. --- ### What to Expect With your current configuration, Renovate will create 21 Pull Requests: <details> <summary>Update astro monorepo</summary> - Schedule: ["at any time"] - Branch name: `renovate/astro-monorepo` - Merge into: `main` - Upgrade [@astrojs/markdown-remark](https://github.com/withastro/astro) to `6.3.11` - Upgrade [@astrojs/mdx](https://github.com/withastro/astro) to `4.3.14` - Upgrade [@astrojs/rss](https://github.com/withastro/astro) to `4.0.18` - Upgrade [@astrojs/sitemap](https://github.com/withastro/astro) to `3.7.3` - Upgrade [@astrojs/ts-plugin](https://github.com/withastro/astro) to `1.10.9` - Upgrade [astro](https://github.com/withastro/astro) to `5.18.2` </details> <details> <summary>Update dependency sanitize-html to v2.17.5</summary> - Schedule: ["at any time"] - Branch name: `renovate/sanitize-html-2.x-lockfile` - Merge into: `main` - Upgrade [sanitize-html](https://github.com/apostrophecms/apostrophe) to `2.17.5` - Upgrade [@types/sanitize-html](https://github.com/DefinitelyTyped/DefinitelyTyped) to `2.16.1` </details> <details> <summary>Update react monorepo to v19.2.17</summary> - Schedule: ["at any time"] - Branch name: `renovate/react-monorepo` - Merge into: `main` - Upgrade [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped) to `19.2.17` </details> <details> <summary>Update dependency @expressive-code/plugin-line-numbers to ^0.43.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/expressive-code-plugin-line-numbers-0.x` - Merge into: `main` - Upgrade [@expressive-code/plugin-line-numbers](https://github.com/expressive-code/expressive-code) to `^0.43.0` </details> <details> <summary>Update dependency @&#8203;pagefind/default-ui to v1.5.2</summary> - Schedule: ["at any time"] - Branch name: `renovate/pagefind-default-ui-1.x-lockfile` - Merge into: `main` - Upgrade [@pagefind/default-ui](https://github.com/Pagefind/pagefind) to `1.5.2` </details> <details> <summary>Update dependency astro-expressive-code to ^0.43.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/astro-expressive-code-0.x` - Merge into: `main` - Upgrade [astro-expressive-code](https://github.com/expressive-code/expressive-code) to `^0.43.0` </details> <details> <summary>Update dependency date-fns to v4.4.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/date-fns-4.x-lockfile` - Merge into: `main` - Upgrade [date-fns](https://github.com/date-fns/date-fns) to `4.4.0` </details> <details> <summary>Update dependency markdown-it to v14.2.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/markdown-it-14.x-lockfile` - Merge into: `main` - Upgrade [markdown-it](https://github.com/markdown-it/markdown-it) to `14.2.0` </details> <details> <summary>Update dependency pagefind to v1.5.2</summary> - Schedule: ["at any time"] - Branch name: `renovate/pagefind-1.x-lockfile` - Merge into: `main` - Upgrade [pagefind](https://github.com/Pagefind/pagefind) to `1.5.2` </details> <details> <summary>Update dependency prettier to v3.8.4</summary> - Schedule: ["at any time"] - Branch name: `renovate/prettier-3.x` - Merge into: `main` - Upgrade [prettier](https://github.com/prettier/prettier) to `3.8.4` </details> <details> <summary>Update dependency sass-embedded to v1.100.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/sass-embedded-1.x-lockfile` - Merge into: `main` - Upgrade [sass-embedded](https://github.com/sass/embedded-host-node) to `1.100.0` </details> <details> <summary>Update dependency satori to ^0.26.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/satori-0.x` - Merge into: `main` - Upgrade [satori](https://github.com/vercel/satori) to `^0.26.0` </details> <details> <summary>Update tailwindcss monorepo to v4.3.1</summary> - Schedule: ["at any time"] - Branch name: `renovate/tailwindcss-monorepo` - Merge into: `main` - Upgrade [@tailwindcss/vite](https://github.com/tailwindlabs/tailwindcss) to `4.3.1` - Upgrade [tailwindcss](https://github.com/tailwindlabs/tailwindcss) to `4.3.1` </details> <details> <summary>Update actions/checkout action to v6</summary> - Schedule: ["at any time"] - Branch name: `renovate/actions-checkout-6.x` - Merge into: `main` - Upgrade [actions/checkout](https://github.com/actions/checkout) to `v6` </details> <details> <summary>Update actions/configure-pages action to v6</summary> - Schedule: ["at any time"] - Branch name: `renovate/actions-configure-pages-6.x` - Merge into: `main` - Upgrade [actions/configure-pages](https://github.com/actions/configure-pages) to `v6` </details> <details> <summary>Update actions/deploy-pages action to v5</summary> - Schedule: ["at any time"] - Branch name: `renovate/actions-deploy-pages-5.x` - Merge into: `main` - Upgrade [actions/deploy-pages](https://github.com/actions/deploy-pages) to `v5` </details> <details> <summary>Update actions/setup-node action to v6</summary> - Schedule: ["at any time"] - Branch name: `renovate/actions-setup-node-6.x` - Merge into: `main` - Upgrade [actions/setup-node](https://github.com/actions/setup-node) to `v6` </details> <details> <summary>Update actions/upload-pages-artifact action to v5</summary> - Schedule: ["at any time"] - Branch name: `renovate/actions-upload-pages-artifact-5.x` - Merge into: `main` - Upgrade [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact) to `v5` </details> <details> <summary>Update astro monorepo (major)</summary> - Schedule: ["at any time"] - Branch name: `renovate/major-astro-monorepo` - Merge into: `main` - Upgrade [@astrojs/markdown-remark](https://github.com/withastro/astro) to `^7.0.0` - Upgrade [@astrojs/mdx](https://github.com/withastro/astro) to `^6.0.0` - Upgrade [astro](https://github.com/withastro/astro) to `^6.0.0` </details> <details> <summary>Update dependency node to v24</summary> - Schedule: ["at any time"] - Branch name: `renovate/node-24.x` - Merge into: `main` - Upgrade [node](https://github.com/actions/node-versions) to `24` </details> <details> <summary>Update dependency typescript to v6</summary> - Schedule: ["at any time"] - Branch name: `renovate/typescript-6.x` - Merge into: `main` - Upgrade [typescript](https://github.com/microsoft/TypeScript) to `^6.0.0` </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). <!--renovate-config-hash:f45a09b7dfde7a562e5fe1fdc33ab1653a6b971df092f81a37906415a163370f-->
Sign in to join this conversation.
No description provided.