Skip to content

Commit

Permalink
fix: renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
roderik committed Nov 27, 2024
1 parent dacdb95 commit 831ee89
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,21 @@
"packageRules": [
{
"groupName": "OpenZeppelin packages",
"matchPackagePatterns": ["^@openzeppelin/"]
"matchPackageNames": [
"/^@openzeppelin//"
]
},
{
"groupName": "Hardhat packages",
"matchPackageNames": [
"/hardhat/"
]
},
{
"groupName": "The Graph packages",
"matchPackageNames": [
"/graphprotocol/"
]
}
],
"hostRules": [
Expand Down

0 comments on commit 831ee89

Please sign in to comment.