-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrenovate.json
More file actions
21 lines (21 loc) · 613 Bytes
/
Copy pathrenovate.json
File metadata and controls
21 lines (21 loc) · 613 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"],
"timezone": "Europe/Istanbul",
"labels": ["dependencies"],
"dependencyDashboard": true,
"platformAutomerge": true,
"prConcurrentLimit": 5,
"packageRules": [
{
"description": "Automerge safe non-major dependency updates after CI passes",
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"automerge": true
},
{
"description": "Require manual review for major dependency updates",
"matchUpdateTypes": ["major"],
"automerge": false
}
]
}