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): optimize config' (#4023) from viceice/renovate-optimize into forgejo

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

+35 -18
+35 -18
renovate.json
··· 28 28 "python", 29 29 "golang", 30 30 "docker.io/golang", 31 - "docker.io/library/golang" 31 + "docker.io/library/golang", 32 + "mcr.microsoft.com/devcontainers/go" 32 33 ], 33 34 "matchUpdateTypes": ["minor"], 34 35 "dependencyDashboardApproval": true ··· 74 75 }, 75 76 { 76 77 "description": "Split minor and patch updates", 77 - "matchDepNames": ["vue", "github.com/urfave/cli/v2", "swagger-ui-dist"], 78 + "matchDepNames": [ 79 + "docker.io/golang", 80 + "docker.io/library/golang", 81 + "github.com/urfave/cli/v2", 82 + "go", 83 + "golang", 84 + "python", 85 + "swagger-ui-dist", 86 + "vue" 87 + ], 78 88 "separateMinorPatch": true 79 89 }, 80 90 { ··· 90 100 "prPriority": 10 91 101 }, 92 102 { 103 + "description": "Update go patch with higher prio to come through rate limit", 104 + "matchDepNames": ["go", "golang", "docker.io/golang", "docker.io/library/golang"], 105 + "matchUpdateTypes": ["patch"], 106 + "prPriority": 10, 107 + "schedule": ["at any time"] 108 + }, 109 + { 93 110 "description": "Disable actions/cascading-pr for now <https://github.com/renovatebot/renovate/issues/28120>", 94 111 "matchDepNames": ["actions/cascading-pr"], 95 112 "matchManagers": ["github-actions"], ··· 99 116 "description": "Automerge some packages when CI succeeds", 100 117 "extends": ["packages:linters", "packages:test"], 101 118 "matchDepNames": [ 102 - "github.com/golangci/golangci-lint/cmd/golangci-lint", 103 - "github.com/go-testfixtures/testfixtures", 104 - "github.com/PuerkitoBio/goquery", 105 - "happy-dom", 106 - "markdownlint-cli", 107 - "updates", 108 - "vite-string-plugin", 109 - "@vue/test-utils" 119 + "github.com/golangci/golangci-lint/cmd/golangci-lint", 120 + "github.com/go-testfixtures/testfixtures", 121 + "github.com/PuerkitoBio/goquery", 122 + "happy-dom", 123 + "markdownlint-cli", 124 + "updates", 125 + "vite-string-plugin", 126 + "@vue/test-utils" 110 127 ], 111 128 "matchPackagePrefixes": [ 112 - "@eslint-community/", 113 - "@playwright/", 114 - "@stoplight/spectral-cli", 115 - "@stylistic/", 116 - "ghcr.io/devcontainers/features/", 117 - "ghcr.io/devcontainers-contrib/features/", 118 - "mcr.microsoft.com/devcontainers/" 129 + "@eslint-community/", 130 + "@playwright/", 131 + "@stoplight/spectral-cli", 132 + "@stylistic/", 133 + "ghcr.io/devcontainers/features/", 134 + "ghcr.io/devcontainers-contrib/features/", 135 + "mcr.microsoft.com/devcontainers/" 119 136 ], 120 137 "automerge": true 121 138 }, ··· 126 143 }, 127 144 { 128 145 "description": "disallow `eslint-plugin-no-use-extend-native` v0.6.0+, requires eslint v9", 129 - "matchDepNames":["eslint-plugin-no-use-extend-native"], 146 + "matchDepNames": ["eslint-plugin-no-use-extend-native"], 130 147 "allowedVersions": "<0.6.0" 131 148 } 132 149 ],