Skip to content

Commit dbfcaea

Browse files
committed
fix: update renovate.json
1 parent c2630ac commit dbfcaea

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

renovate.json

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
{
2+
"extends": ["config:recommended"],
3+
"baseBranches": ["dev"],
4+
"packageRules": [
5+
{
6+
"matchDepTypes": ["dependencies", "devDependencies"],
7+
"matchUpdateTypes": ["major"],
8+
"automerge": false,
9+
"enabled": true
10+
},
11+
12+
{
13+
"matchDepTypes": ["devDependencies"],
14+
"automerge": true,
15+
"matchUpdateTypes": ["minor", "patch"]
16+
},
17+
18+
{
19+
"matchDepTypes": ["dependencies"],
20+
"automerge": true,
21+
"matchUpdateTypes": ["patch"],
22+
"stabilityDays": 3
23+
},
24+
25+
{
26+
"matchDepTypes": ["dependencies"],
27+
"matchUpdateTypes": ["minor"],
28+
"automerge": false
29+
},
30+
{
31+
"matchDepTypes": ["dependencies", "devDependencies"],
32+
"matchUpdateTypes": ["patch", "minor"],
33+
"groupName": "minor-patch-updates",
34+
"groupSlug": "minor-patch-updates",
35+
"automerge": true
36+
}
37+
],
38+
"dependencyDashboard": true,
39+
"schedule": ["every weekend"],
40+
"timezone": "Asia/Kolkata",
41+
"branchPrefix": "renovate/",
42+
"labels": ["dependencies", "auto-update"]
43+
}

0 commit comments

Comments
 (0)