Update renovate.json

This commit is contained in:
Patrick Schratz
2024-12-10 21:41:00 +01:00
committed by GitHub
parent 45fc6bc21c
commit 8a90670095

View File

@@ -2,6 +2,7 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>woodpecker-ci/renovate-config"],
"automergeType": "pr",
"baseBranches": ["main", "/^release\\/.*/"]
"customManagers": [
{
"customType": "regex",
@@ -13,6 +14,10 @@
}
],
"packageRules": [
{
"matchBaseBranches": ["/^release\\/.*/"],
"dependencyDashboardApproval": true
},
{
"matchCurrentVersion": "<1.0.0",
"matchPackageNames": ["github.com/distribution/reference"],