Skip to content

Commit 15c5738

Browse files
committed
chore: auto rebase
1 parent 620fec7 commit 15c5738

File tree

1 file changed

+6
-14
lines changed

1 file changed

+6
-14
lines changed

.github/renovate.json

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -15,33 +15,25 @@
1515
":prHourlyLimitNone",
1616
"security:openssf-scorecard"
1717
],
18-
"labels": [
19-
"dependencies"
20-
],
21-
"rebaseWhen": "conflicted",
18+
"labels": ["dependencies"],
19+
"rebaseWhen": "auto",
2220
"packageRules": [
2321
{
2422
"groupName": "OpenZeppelin packages",
25-
"matchPackageNames": [
26-
"/^@openzeppelin//"
27-
]
23+
"matchPackageNames": ["/^@openzeppelin//"]
2824
},
2925
{
3026
"groupName": "Hardhat packages",
31-
"matchPackageNames": [
32-
"/hardhat/"
33-
]
27+
"matchPackageNames": ["/hardhat/"]
3428
},
3529
{
3630
"groupName": "The Graph packages",
37-
"matchPackageNames": [
38-
"/graphprotocol/"
39-
]
31+
"matchPackageNames": ["/graphprotocol/"]
4032
}
4133
],
4234
"hostRules": [
4335
{
4436
"timeout": 3000000
4537
}
4638
]
47-
}
39+
}

0 commit comments

Comments
 (0)