chore(renovate): bump to v40.40.0 and disable v7 (#8050)

- bump renovate to v40.40.0
- remove v7 branch from renovate
- disable transitive updates on stable branches (security updates will /should still open automatically)

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/8050
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-committed-by: Michael Kriese <michael.kriese@visualon.de>
This commit is contained in:
Michael Kriese 2025-06-03 08:52:21 +02:00 committed by Earl Warren
commit dbbd0de860
3 changed files with 4 additions and 5 deletions

View file

@ -8,7 +8,6 @@
],
"baseBranches": [
"$default",
"/^v7\\.\\d+/forgejo$/",
"/^v11\\.\\d+/forgejo$/"
],
"postUpdateOptions": ["gomodTidy", "gomodUpdateImportPaths", "npmDedupe"],
@ -146,10 +145,10 @@
"minimumReleaseAge": "30 days"
},
{
"description": "Disable indirect major for stable branches",
"description": "Disable indirect updates for stable branches",
"matchBaseBranches": ["/^v\\d+\\.\\d+\\/forgejo$/"],
"matchManagers": ["gomod"],
"matchUpdateTypes": ["major"],
"matchUpdateTypes": ["major", "minor", "patch"],
"matchDepTypes": ["indirect"],
"enabled": false
},