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): add base branches' (#4317) from viceice/renovat-base-branches into forgejo

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

+13 -3
+13 -3
renovate.json
··· 15 15 "docker:pinDigests", 16 16 "helpers:pinGitHubActionDigests" 17 17 ], 18 + "baseBranches": [ 19 + "$default", 20 + "/^v7\\.\\d+/forgejo$", 21 + "/^v8\\.\\d+/forgejo$", 22 + "/^v9\\.\\d+/forgejo$", 23 + "/^v\\d\\d+\\.\\d+\\/forgejo$" 24 + ], 18 25 "semanticCommits": "disabled", 19 26 "automergeStrategy": "merge-commit", 20 27 "postUpdateOptions": ["gomodTidy", "gomodUpdateImportPaths", "npmDedupe"], ··· 56 63 }, 57 64 { 58 65 "description": "elasticsearch CI images are published about once a month and do not use semantic versioning or short tags", 59 - "matchDepNames": [ 60 - "elasticsearch" 61 - ], 66 + "matchDepNames": ["elasticsearch"], 62 67 "extends": ["schedule:quarterly"] 63 68 }, 64 69 { ··· 176 181 "description": "disallow `eslint-plugin-no-use-extend-native` v0.6.0+, requires eslint v9", 177 182 "matchDepNames": ["eslint-plugin-no-use-extend-native"], 178 183 "allowedVersions": "<0.6.0" 184 + }, 185 + { 186 + "description": "Require approval for stable branches (must be last rule to override all others)", 187 + "matchBaseBranches": ["/^v\\d+\\.\\d+\\/forgejo$/"], 188 + "dependencyDashboardApproval": true 179 189 } 180 190 ], 181 191 "customManagers": [