Skip to content

Commit

Permalink
Merge pull request #375 from focustree/update-renovate-config
Browse files Browse the repository at this point in the history
Only renovate packages + 1 PR per package
  • Loading branch information
gabsn authored Jun 14, 2024
2 parents c5adede + 358561c commit a07ce06
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,28 @@
"extends": ["config:base"],
"python": {
"enabled": false
}
},
"ignorePaths": ["**/examples/**", "**/test/**", "**/docs/**"],
"packageRules": [
{
"paths": ["packages/secure_store"],
"groupName": "secure_store updates"
},
{
"paths": ["packages/starknet"],
"groupName": "starknet updates"
},
{
"paths": ["packages/starknet_provider"],
"groupName": "starknet_provider updates"
},
{
"paths": ["packages/starknet_builder"],
"groupName": "starknet_builder updates"
},
{
"paths": ["packages/wallet_kit"],
"groupName": "wallet_kit updates"
}
]
}

0 comments on commit a07ce06

Please sign in to comment.