mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-06-27 16:35:57 +00:00
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:
parent
9ecef99ab9
commit
dbbd0de860
3 changed files with 4 additions and 5 deletions
|
@ -28,7 +28,7 @@ jobs:
|
|||
|
||||
runs-on: docker
|
||||
container:
|
||||
image: data.forgejo.org/renovate/renovate:40.31.0
|
||||
image: data.forgejo.org/renovate/renovate:40.40.0
|
||||
|
||||
steps:
|
||||
- name: Load renovate repo cache
|
||||
|
|
2
Makefile
2
Makefile
|
@ -49,7 +49,7 @@ GOVULNCHECK_PACKAGE ?= golang.org/x/vuln/cmd/govulncheck@v1 # renovate: datasour
|
|||
DEADCODE_PACKAGE ?= golang.org/x/tools/cmd/deadcode@v0.32.0 # renovate: datasource=go
|
||||
GOMOCK_PACKAGE ?= go.uber.org/mock/mockgen@v0.5.1 # renovate: datasource=go
|
||||
GOPLS_PACKAGE ?= golang.org/x/tools/gopls@v0.18.1 # renovate: datasource=go
|
||||
RENOVATE_NPM_PACKAGE ?= renovate@40.31.0 # renovate: datasource=docker packageName=data.forgejo.org/renovate/renovate
|
||||
RENOVATE_NPM_PACKAGE ?= renovate@40.40.0 # renovate: datasource=docker packageName=data.forgejo.org/renovate/renovate
|
||||
|
||||
# https://github.com/disposable-email-domains/disposable-email-domains/commits/main/
|
||||
DISPOSABLE_EMAILS_SHA ?= 0c27e671231d27cf66370034d7f6818037416989 # renovate: ...
|
||||
|
|
|
@ -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
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue