Skip to content

Commit 28ea01a

Browse files
authored
chore: add renovate (#349)
1 parent 28f4426 commit 28ea01a

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/renovate.json

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"config:recommended"
5+
],
6+
"packageRules": [
7+
{
8+
"groupName": "dependencies",
9+
"matchUpdateTypes": [
10+
"minor",
11+
"patch"
12+
],
13+
"schedule": [
14+
"before 9am on monday"
15+
]
16+
}
17+
]
18+
}

0 commit comments

Comments
 (0)