Skip to content

Commit

Permalink
chore(deps): add renovate v1 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
hywax committed Nov 28, 2024
1 parent 8a2647b commit 356098b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>hywax/renovate-config"]
"extends": ["github>hywax/renovate-config"],
"baseBranches": ["main", "v1"],
"packageRules": [{
"matchBaseBranches": ["v1"],
"labels": ["v1"]
}]
}

0 comments on commit 356098b

Please sign in to comment.