Skip to content

Commit b3be590

Browse files
authored
Merge pull request #2741 from srod/renovate/migrate-config
chore(config): migrate Renovate config
2 parents 96408e3 + 83be900 commit b3be590

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

renovate.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,20 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": ["config:recommended"],
4-
"baseBranches": ["develop"],
3+
"extends": [
4+
"config:recommended"
5+
],
6+
"baseBranchPatterns": [
7+
"develop"
8+
],
59
"major": {
610
"dependencyDashboardApproval": true
711
},
812
"packageRules": [
913
{
10-
"matchUpdateTypes": ["minor", "patch"],
14+
"matchUpdateTypes": [
15+
"minor",
16+
"patch"
17+
],
1118
"matchCurrentVersion": "!/^0/",
1219
"automerge": true
1320
}

0 commit comments

Comments
 (0)