Skip to content

Commit 7503874

Browse files
committed
chore: added renovate.json
1 parent acc8bfa commit 7503874

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

renovate.json

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

0 commit comments

Comments
 (0)