Skip to content

Commit 7a27e75

Browse files
committed
chore: added renovate.json
1 parent 02b6d3f commit 7a27e75

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

renovate.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"schedule": [
4+
"before 6am on monday"
5+
],
6+
"ignoreTests": false,
7+
"packageRules": [
8+
{
9+
"description": "Automerge patch updates",
10+
"matchUpdateTypes": ["patch"],
11+
"automerge": true,
12+
"automergeType": "pr"
13+
},
14+
{
15+
"description": "Automerge minor updates only if tests pass",
16+
"matchUpdateTypes": ["minor"],
17+
"automerge": false
18+
},
19+
{
20+
"description": "Do not automerge major updates",
21+
"matchUpdateTypes": ["major"],
22+
"automerge": false
23+
}
24+
]
25+
}

0 commit comments

Comments
 (0)