Compare commits

...

4 commits

Author SHA1 Message Date
woodpecker-bot
fe3bfb9efa chore(deps): update dependency pnpm to v11.21.0 2026-08-15 00:03:32 +00:00
gedankenstuecke
913b9fd0ea adds missing re-adding of origin to repo cleaning (#874)
The missing bit was [identified in the Codeberg e. V. member forum](https://forum.codeberg.org/d/265-problems-regarding-the-instructions-in-reducing-the-size-of-a-repository), this just adds the remote that gets removed back in.

Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/874
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
2026-08-14 15:14:13 +02:00
Dependency bot
8f806c6a70 chore(deps): lock file maintenance (#876) 2026-08-14 07:29:19 +02:00
Dependency bot
3f02989861 chore(deps): update mstruebing/editorconfig-checker docker tag to v3.11.1 (#875) 2026-08-14 02:04:44 +02:00
4 changed files with 293 additions and 249 deletions

View file

@ -14,7 +14,7 @@ steps:
include: ['.woodpecker/*.yaml', '*.{md,markdown}']
editor-config:
image: mstruebing/editorconfig-checker:v3.8.0
image: mstruebing/editorconfig-checker:v3.11.1
depends_on: []
prettier:

View file

@ -9,7 +9,7 @@ ENTRYPOINT [ "./container-init.sh" ]
ENV CI="true"
# renovate: datasource=npm depName=pnpm
ENV PNPM_VERSION="11.8.0"
ENV PNPM_VERSION="11.21.0"
RUN apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get --assume-yes upgrade \

View file

@ -129,6 +129,7 @@ to undo in case anything goes wrong.
```shell
git config unset remote.origin.mirror
git remote add origin git@codeberg.org:your_user_name/your_repo.git
git push origin --force 'refs/heads/*'
git push origin --force 'refs/tags/*'
git push origin --force 'refs/replace/*'

File diff suppressed because it is too large Load diff