chore(renovate): optimize config

This commit is contained in:
Michael Kriese 2024-06-05 08:55:10 +02:00
parent d4eeb06a20
commit 4a3197fbc5
No known key found for this signature in database
GPG key ID: F8D7748549A5986A

View file

@ -28,7 +28,8 @@
"python",
"golang",
"docker.io/golang",
"docker.io/library/golang"
"docker.io/library/golang",
"mcr.microsoft.com/devcontainers/go"
],
"matchUpdateTypes": ["minor"],
"dependencyDashboardApproval": true
@ -74,7 +75,16 @@
},
{
"description": "Split minor and patch updates",
"matchDepNames": ["vue", "github.com/urfave/cli/v2", "swagger-ui-dist"],
"matchDepNames": [
"docker.io/golang",
"docker.io/library/golang",
"github.com/urfave/cli/v2",
"go",
"golang",
"python",
"swagger-ui-dist",
"vue"
],
"separateMinorPatch": true
},
{
@ -89,6 +99,13 @@
"matchDepNames": ["ghcr.io/visualon/renovate"],
"prPriority": 10
},
{
"description": "Update go patch with higher prio to come through rate limit",
"matchDepNames": ["go", "golang", "docker.io/golang", "docker.io/library/golang"],
"matchUpdateTypes": ["patch"],
"prPriority": 10,
"schedule": ["at any time"]
},
{
"description": "Disable actions/cascading-pr for now <https://github.com/renovatebot/renovate/issues/28120>",
"matchDepNames": ["actions/cascading-pr"],