Skip to content

Commit 707a355

Browse files
authoredJul 21, 2022
chore: add b3 branch as renovate base branch (#1429)
1 parent a418519 commit 707a355

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed
 

‎renovate.json

+3-5
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,13 @@
1010
"matchPackagePrefixes": "@envelop"
1111
}
1212
],
13-
"ignoreDeps": [
14-
"@types/react",
15-
"@sveltejs/kit"
16-
],
13+
"ignoreDeps": ["@types/react", "@sveltejs/kit"],
1714
"ignorePaths": [
1815
"**/__tests__/**",
1916
"**/test/**",
2017
"**/tests/**",
2118
"**/__fixtures__/**",
2219
"examples/defer-stream/**"
23-
]
20+
],
21+
"baseBranches": ["master", "v3"]
2422
}

0 commit comments

Comments
 (0)
Please sign in to comment.