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.

Merge pull request 'Update ghcr.io/devcontainers/features/git-lfs Docker tag to v1.2.1' (#4191) from renovate/ghcr.io-devcontainers-features-git-lfs-1.x into forgejo

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/4191
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
Reviewed-by: Michael Kriese <michael.kriese@gmx.de>

+11 -3
+1 -1
.devcontainer/devcontainer.json
··· 6 6 "ghcr.io/devcontainers/features/node:1": { 7 7 "version": "20" 8 8 }, 9 - "ghcr.io/devcontainers/features/git-lfs:1.2.0": {}, 9 + "ghcr.io/devcontainers/features/git-lfs:1.2.1": {}, 10 10 "ghcr.io/devcontainers-contrib/features/poetry:2": {}, 11 11 "ghcr.io/devcontainers/features/python:1": { 12 12 "version": "3.12"
+10 -2
renovate.json
··· 61 61 "extends": ["schedule:quarterly"] 62 62 }, 63 63 { 64 + "description": "devcontainer is an optional tool used by some Forgejo contributors when working on the codebase", 65 + "matchPackagePrefixes": [ 66 + "ghcr.io/devcontainers/features/", 67 + "ghcr.io/devcontainers-contrib/features/" 68 + ], 69 + "groupName": "devcontainer packages", 70 + "extends": ["schedule:quarterly"], 71 + "automerge": true 72 + }, 73 + { 64 74 "description": "Group golang packages", 65 75 "matchDepNames": [ 66 76 "go", ··· 147 157 "@playwright/", 148 158 "@stoplight/spectral-cli", 149 159 "@stylistic/", 150 - "ghcr.io/devcontainers/features/", 151 - "ghcr.io/devcontainers-contrib/features/", 152 160 "mcr.microsoft.com/devcontainers/" 153 161 ], 154 162 "automerge": true