loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore(renovate): override platform version (#6779)

Needed to properly support platform automerge on codeberg.

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/6779
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-committed-by: Michael Kriese <michael.kriese@visualon.de>

authored by

Michael Kriese
Michael Kriese
and committed by
Earl Warren
bb697303 6f181c38

+3
+3
.forgejo/workflows/renovate.yml
··· 18 18 env: 19 19 RENOVATE_DRY_RUN: ${{ (github.event_name != 'schedule' && github.ref_name != github.event.repository.default_branch) && 'full' || '' }} 20 20 RENOVATE_REPOSITORIES: ${{ github.repository }} 21 + # fix because 10.0.0-58-7e1df53+gitea-1.22.0 < 10.0.0 for semver 22 + # and codeberg api returns such versions from `git describe --tags` 23 + RENOVATE_X_PLATFORM_VERSION: 10.0.0+gitea-1.22.0 21 24 22 25 jobs: 23 26 renovate: