renovatebot-github/example/renovate-config.json
Jamie Tanna 6681b3f58b
fix(example): correctly specify minimumReleaseAge (#963)
Co-authored-by: Reuben D'Souza <46090211+reubenjds@users.noreply.github.com>
2025-11-09 08:45:43 +00:00

29 lines
654 B
JSON

{
"branchPrefix": "test-renovate/",
"dryRun": "full",
"username": "renovate-release",
"gitAuthor": "Renovate Bot <bot@renovateapp.com>",
"onboarding": false,
"platform": "github",
"forkProcessing": "enabled",
"repositories": [
"renovatebot/github-action",
"renovate-tests/cocoapods1",
"renovate-tests/gomod1"
],
"packageRules": [
{
"description": "lockFileMaintenance",
"matchUpdateTypes": [
"pin",
"digest",
"patch",
"minor",
"major",
"lockFileMaintenance"
],
"dependencyDashboardApproval": false,
"minimumReleaseAge": "1 day"
}
]
}