Skip to content

Commit

Permalink
chore: auto rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
roderik committed Jan 9, 2025
1 parent c218bdc commit c43266d
Showing 1 changed file with 6 additions and 14 deletions.
20 changes: 6 additions & 14 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,33 +15,25 @@
":prHourlyLimitNone",
"security:openssf-scorecard"
],
"labels": [
"dependencies"
],
"rebaseWhen": "conflicted",
"labels": ["dependencies"],
"rebaseWhen": "auto",
"packageRules": [
{
"groupName": "OpenZeppelin packages",
"matchPackageNames": [
"/^@openzeppelin//"
]
"matchPackageNames": ["/^@openzeppelin//"]
},
{
"groupName": "Hardhat packages",
"matchPackageNames": [
"/hardhat/"
]
"matchPackageNames": ["/hardhat/"]
},
{
"groupName": "The Graph packages",
"matchPackageNames": [
"/graphprotocol/"
]
"matchPackageNames": ["/graphprotocol/"]
}
],
"hostRules": [
{
"timeout": 3000000
}
]
}
}

0 comments on commit c43266d

Please sign in to comment.