From a1b0c1693c31fd0ed38ac3081ea105c146990e39 Mon Sep 17 00:00:00 2001 From: Renovate Date: Fri, 10 Jul 2026 20:31:31 +0000 Subject: [PATCH 01/38] Add renovate.json --- 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" + ] +} From efcff8a4b8d97e153bc21e7bf863336f26ed23da Mon Sep 17 00:00:00 2001 From: Renovate Date: Wed, 22 Jul 2026 13:41:06 +0200 Subject: [PATCH 02/38] 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" + ] +} From 854eaed61a654b58487628a37b7a303c829c3cee Mon Sep 17 00:00:00 2001 From: Renovate Date: Wed, 22 Jul 2026 13:03:10 +0000 Subject: [PATCH 03/38] Update actions/upload-artifact action to v7 --- .forgejo/workflows/deploy-docs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/deploy-docs.yaml b/.forgejo/workflows/deploy-docs.yaml index 63ac4b1..4edaa52 100644 --- a/.forgejo/workflows/deploy-docs.yaml +++ b/.forgejo/workflows/deploy-docs.yaml @@ -63,7 +63,7 @@ jobs: run: | rsync -v -r --delete -e "ssh -i deploykey.priv -o 'UserKnownHostsFile ./known_hosts'" dist/ didays-deploy@public-web-static.hosts.hamburg.ccc.de:/var/www/didays.de/ - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v7 if: github.event_name == 'pull_request' with: name: docs-build From 6e6150ec0e8b623f80e82a06db6b3a80670ca051 Mon Sep 17 00:00:00 2001 From: Stefan Bethke Date: Fri, 24 Jul 2026 18:37:48 +0200 Subject: [PATCH 04/38] Einladung zum Gruppentreffen aktualisiert --- src/pages/einladung-initiativen.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/einladung-initiativen.md b/src/pages/einladung-initiativen.md index cdcd44c..b37d6b3 100644 --- a/src/pages/einladung-initiativen.md +++ b/src/pages/einladung-initiativen.md @@ -42,4 +42,4 @@ Wenn ihr möchtet, könnt ihr euch an einem Tisch als Initative/Gruppe vorstelle ## Orga -FĂŒr Ende Juli planen wir ein Treffen aller Gruppen, die Interesse an einer Beteiligung haben. Wenn ihr dabei sein möchtet, schreibt uns eine kurze Mail an orga@didays.de: Wer ihr seid, und welche Themen fĂŒr von besonderem Interesse sind. Wir schicken euch dann eine Einladung zum Treffen. +Am 7.8 und am 21.8. jeweils 18 Uhr gibt es ein Koordinierungs-Treffen aller Gruppen, die Interesse an einer Beteiligung haben. Wenn ihr dabei sein möchtet, schreibt uns eine kurze Mail an orga@didays.de: Wer ihr seid, und welche Themen fĂŒr von besonderem Interesse sind. Wir schicken euch dann eine Einladung zum Treffen. From 8f593bc741659471d879fed6f7a8c61d0b39fd3d Mon Sep 17 00:00:00 2001 From: kritzl Date: Fri, 11 Sep 2026 12:22:29 +0200 Subject: [PATCH 05/38] update website to use new design --- public/citydataexplosion.svg | 105 + public/digitalcourage.svg | 31 + public/logo.svg | 287 +++ public/ogr.svg | 28 + public/osm.svg | 3413 +++++++++++++++++++++++++ src/components/Footer.astro | 2 +- src/components/Navbar.astro | 34 + src/layouts/Layout.astro | 40 +- src/pages/hamburg/2026/programm.astro | 15 + src/pages/hamburg/2026/wer.astro | 77 + src/pages/index.astro | 188 +- src/styles/global.css | 50 +- 12 files changed, 4130 insertions(+), 140 deletions(-) create mode 100644 public/citydataexplosion.svg create mode 100644 public/digitalcourage.svg create mode 100644 public/logo.svg create mode 100644 public/ogr.svg create mode 100644 public/osm.svg create mode 100644 src/components/Navbar.astro create mode 100644 src/pages/hamburg/2026/programm.astro create mode 100644 src/pages/hamburg/2026/wer.astro diff --git a/public/citydataexplosion.svg b/public/citydataexplosion.svg new file mode 100644 index 0000000..4af9f1e --- /dev/null +++ b/public/citydataexplosion.svg @@ -0,0 +1,105 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/digitalcourage.svg b/public/digitalcourage.svg new file mode 100644 index 0000000..b3d6fca --- /dev/null +++ b/public/digitalcourage.svg @@ -0,0 +1,31 @@ + + + + diff --git a/public/logo.svg b/public/logo.svg new file mode 100644 index 0000000..a03b0d2 --- /dev/null +++ b/public/logo.svg @@ -0,0 +1,287 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/ogr.svg b/public/ogr.svg new file mode 100644 index 0000000..2c591d9 --- /dev/null +++ b/public/ogr.svg @@ -0,0 +1,28 @@ + + + + + + + + + + diff --git a/public/osm.svg b/public/osm.svg new file mode 100644 index 0000000..d0afa9f --- /dev/null +++ b/public/osm.svg @@ -0,0 +1,3413 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/components/Footer.astro b/src/components/Footer.astro index a18ab6b..6b7c3d6 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -2,7 +2,7 @@ --- -