forgejo-executor-images/renovate.json5

20 lines
422 B
Text
Raw Normal View History

2024-12-12 07:35:13 +00:00
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
":rebaseStalePrs",
":ignoreUnstable",
"group:monorepos",
"group:recommended"
],
"prConcurrentLimit": 0,
"osvVulnerabilityAlerts": true,
"dependencyDashboardOSVVulnerabilitySummary": "all",
"rangeStrategy": "bump",
"baseBranches": [
"master"
],
"schedule": [
"monthly"
]
}