Skip to content

Commit

Permalink
chore: add b3 branch as renovate base branch (#1429)
Browse files Browse the repository at this point in the history
  • Loading branch information
n1ru4l authored Jul 21, 2022
1 parent a418519 commit 707a355
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,13 @@
"matchPackagePrefixes": "@envelop"
}
],
"ignoreDeps": [
"@types/react",
"@sveltejs/kit"
],
"ignoreDeps": ["@types/react", "@sveltejs/kit"],
"ignorePaths": [
"**/__tests__/**",
"**/test/**",
"**/tests/**",
"**/__fixtures__/**",
"examples/defer-stream/**"
]
],
"baseBranches": ["master", "v3"]
}

0 comments on commit 707a355

Please sign in to comment.