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 'chore(renovate): fix renovate grouping' (#4700) from viceice/renovate into forgejo

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/4700
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>

+4 -4
+4 -4
renovate.json
··· 96 96 "matchDatasources": ["docker"], 97 97 "matchPackageNames": ["ghcr.io/visualon/renovate"], 98 98 "matchUpdateTypes": ["minor", "patch", "digest"], 99 - "automerge": true, 100 - "groupName": "renovate" 99 + "automerge": true 101 100 }, 102 101 { 103 102 "description": "x/tools/* are used in the CI only and upgraded together", ··· 131 130 { 132 131 "description": "Update renovate with higher prio to come through rate limit", 133 132 "matchDatasources": ["docker"], 134 - "matchDepNames": ["ghcr.io/visualon/renovate"], 133 + "matchPackageNames": ["ghcr.io/visualon/renovate"], 135 134 "extends": ["schedule:weekly"], 136 - "prPriority": 10 135 + "prPriority": 10, 136 + "groupName": "renovate" 137 137 }, 138 138 { 139 139 "description": "Update go patch with higher prio to come through rate limit",