Skip to content

Commit fba137a

Browse files
authored
Merge pull request #134 from mapbox/renovate-config
Fix renovate config
2 parents e662987 + cb2432d commit fba137a

1 file changed

Lines changed: 14 additions & 2 deletions

File tree

renovate.json

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,24 @@
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.",

0 commit comments

Comments
 (0)