File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3- "extends" : [" config:recommended" ],
3+ "extends" : [
4+ " config:recommended" ,
5+ " github>mapbox/mbx-renovate-config:grouping" ,
6+ " github>mapbox/mbx-renovate-config:security"
7+ ],
8+ "automergeSchedule" : [" at any time" ],
9+ "platformAutomerge" : true ,
10+ "draftPR" : false ,
11+ "separateMinorPatch" : true ,
12+ "rebaseWhen" : " behind-base-branch" ,
13+ "labels" : [" renovate" ],
414 "baseBranchPatterns" : [" master" ],
515 "rangeStrategy" : " bump" ,
6- "draftPR" : true ,
716 "separateMultipleMajor" : false ,
817 "prConcurrentLimit" : 10 ,
918 "prHourlyLimit" : 2 ,
19+ "gitIgnoredAuthors" : [
20+ " 41898282+github-actions[bot]@users.noreply.github.com"
21+ ],
1022 "packageRules" : [
1123 {
1224 "description" : " Group AWS SDK and @mapbox/cloudfriend together." ,
You can’t perform that action at this time.
0 commit comments