File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -45,10 +45,10 @@ Consider using more specific presets in your projects since they might be better
4545
4646| Configuration key | Value | Description |
4747| -----------------------------------------| ---------------------| -----------------------------------------------------------------------------------------|
48- | [ ` :separatePatchReleases ` ] [ 4 ] | _ Preset_ | Separate patch and minor releases into separate PRs |
4948| [ ` :automergePatch ` ] [ 14 ] | _ Preset_ | Automerge patch upgrades if they pass tests |
5049| [ ` :automergeRequireAllStatusChecks ` ] [ 5 ] | _ Preset_ | Require successful CI for auto-merge |
5150| [ ` :rebaseStalePrs ` ] [ 15 ] | _ Preset_ | Rebase PRs if they're behind base branch |
51+ | [ ` :separatePatchReleases ` ] [ 4 ] | _ Preset_ | Separate patch and minor releases into separate PRs |
5252| [ ` schedule:weekdays ` ] [ 6 ] | _ Preset_ | Schedule one Renovate run per weekday (triggered by renovate/renovate-runner>) |
5353| [ ` configMigration ` ] [ 7 ] | ` true ` | Enables migration of Renovate config on a repository basis |
5454| [ ` lockFileMaintenance ` ] [ 8 ] | ` {"enabled": true} ` | Enable dependency updates of all locked dependencies, including transitive dependencies |
Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
33 "extends" : [
4- " :separatePatchReleases" ,
54 " :automergePatch" ,
65 " :automergeRequireAllStatusChecks" ,
76 " :rebaseStalePrs" ,
87 " :semanticCommitsDisabled" ,
8+ " :separatePatchReleases" ,
99 " config:recommended" ,
1010 " mergeConfidence:all-badges" ,
1111 " schedule:weekdays"
You can’t perform that action at this time.
0 commit comments