mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2026-07-18 23:47:50 +00:00
chore(renovate): enable go toolchain patch updates (#13355)
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/13355 Reviewed-by: jerger <jerger@noreply.codeberg.org>
This commit is contained in:
parent
fe471dd3a8
commit
ce6670a2e4
1 changed files with 10 additions and 4 deletions
|
|
@ -141,9 +141,7 @@
|
|||
},
|
||||
{
|
||||
"description": "Run end-to-end tests for some dependencies",
|
||||
"matchPackageNames": [
|
||||
"code.forgejo.org/forgejo/runner/**"
|
||||
],
|
||||
"matchPackageNames": ["code.forgejo.org/forgejo/runner/**"],
|
||||
"addLabels": ["run-end-to-end-tests"]
|
||||
},
|
||||
{
|
||||
|
|
@ -162,10 +160,18 @@
|
|||
},
|
||||
{
|
||||
"description": "Disable updates for old stable branches but still allow security updates",
|
||||
"matchBaseBranches": ["v11.0/forgejo", "v14.0/forgejo"],
|
||||
"matchBaseBranches": ["v11.0/forgejo"],
|
||||
"matchUpdateTypes": ["minor", "patch", "digest"],
|
||||
"enabled": false
|
||||
},
|
||||
{
|
||||
"description": "Enable go toolchain patch updates, they're usually security updates",
|
||||
"matchDepNames": ["go"],
|
||||
"matchDepTypes": ["toolchain"],
|
||||
"matchUpdateTypes": ["patch"],
|
||||
"dependencyDashboardApproval": false,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"description": "Require approval for stable branches (must be last rule to override all others)",
|
||||
"matchBaseBranches": ["/^v\\d+\\.\\d+\\/forgejo$/"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue