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): bump go version inside go.mod' (#5044) from viceice/forgejo:chore/renovate/gomod into forgejo

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/5044

+8
+8
renovate.json
··· 224 224 ] 225 225 }, 226 226 { 227 + "description": "Bump go.mod directive versions", 228 + "matchDatasources": ["golang-version"], 229 + "matchManagers": ["gomod"], 230 + "matchDepTypes": ["golang"], 231 + "matchDepNames": ["go"], 232 + "rangeStrategy": "bump" 233 + }, 234 + { 227 235 "description": "Disable actions/cascading-pr for now <https://github.com/renovatebot/renovate/issues/28120>", 228 236 "matchDepNames": [ 229 237 "actions/cascading-pr"