Skip to content

Commit 9c1ec39

Browse files
committed
add renovate bot
1 parent 81ac26d commit 9c1ec39

1 file changed

Lines changed: 39 additions & 0 deletions

File tree

renovate.json

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
{
2+
"extends": [
3+
"config:recommended"
4+
],
5+
"dependencyDashboard": false,
6+
"schedule": [
7+
"on the 15th day of the month before 12pm"
8+
],
9+
"timezone": "UTC",
10+
"rebaseWhen": "conflicted",
11+
"packageRules": [
12+
{
13+
"matchManagers": [
14+
"github-actions"
15+
],
16+
"extractVersion": "^v(?<version>\\d+\\.\\d+\\.\\d+)$"
17+
},
18+
{
19+
"matchUpdateTypes": [
20+
"minor",
21+
"patch"
22+
],
23+
"automerge": true,
24+
"groupName": "minor and patch updates"
25+
},
26+
{
27+
"matchUpdateTypes": [
28+
"major"
29+
],
30+
"automerge": false
31+
},
32+
{
33+
"matchUpdateTypes": [
34+
"digest"
35+
],
36+
"automerge": false
37+
}
38+
]
39+
}

0 commit comments

Comments
 (0)