No description
  • Astro 82.3%
  • CSS 13.4%
  • JavaScript 2.3%
  • TypeScript 2%
Find a file
Renovate efcff8a4b8
All checks were successful
/ build (push) Successful in 57s
Configure Renovate (#6)
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:

<details>
<summary>Update tailwindcss monorepo to v4.3.3</summary>

  - 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`

</details>

<details>
<summary>Update dependency @&#8203;lucide/astro to v1.25.0</summary>

  - 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`

</details>

<details>
<summary>Update dependency astro to v7.1.3</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/astro-monorepo`
  - Merge into: `main`
  - Upgrade [astro](https://github.com/withastro/astro) to `7.1.3`

</details>

<details>
<summary>Update dependency daisyui to v5.7.0</summary>

  - 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`

</details>

<details>
<summary>Update actions/upload-artifact action to v7</summary>

  - 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`

</details>

🚸 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).

<!--renovate-config-hash:e80b4e42a3043bc12fa0640db4bac392d2bf770acf841360d7c8ceeeac2ec1a9-->

Co-authored-by: stb <stb@noreply.git.hamburg.ccc.de>
Reviewed-on: #6
2026-07-22 13:41:06 +02:00
.forgejo/workflows fix deployment 2026-07-10 14:03:36 +02:00
.vscode install astro 2026-07-06 19:46:21 +02:00
public Spelling 2026-07-10 22:15:38 +02:00
src fix path generation 2026-07-11 08:37:27 +02:00
.gitignore install astro 2026-07-06 19:46:21 +02:00
astro.config.mjs fix deployment 2026-07-10 14:03:36 +02:00
package.json style content, add arrow indicating more content 2026-07-10 13:02:40 +02:00
pnpm-lock.yaml style content, add arrow indicating more content 2026-07-10 13:02:40 +02:00
pnpm-workspace.yaml install astro 2026-07-06 19:46:21 +02:00
README.md update README.md 2026-07-06 19:47:12 +02:00
renovate.json Configure Renovate (#6) 2026-07-22 13:41:06 +02:00
tsconfig.json install astro 2026-07-06 19:46:21 +02:00

didays.de

Build Website:

pnpm build

Development:

pnpm dev