Skip to content

Commit

Permalink
chore(renovate): separate branch for bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
drichar committed Apr 30, 2024
1 parent 44f4236 commit c49e4e2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"automerge": true
},
{
"matchFileNames": ["contracts/**/package.json"],
"matchFileNames": ["contracts/package.json"],
"semanticCommitScope": "contracts",
"packageRules": [
{
Expand All @@ -62,6 +62,10 @@
}
]
},
{
"matchFileNames": ["contracts/bootstrap/package.json"],
"semanticCommitScope": "bootstrap"
},
{
"matchFileNames": ["ui/package.json"],
"assignees": ["drichar"],
Expand Down

0 comments on commit c49e4e2

Please sign in to comment.