forked from appium/appium-inspector
-
Notifications
You must be signed in to change notification settings - Fork 0
/
renovate.json
34 lines (34 loc) · 887 Bytes
/
renovate.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"extends": [
"config:recommended",
":semanticCommitTypeAll(chore)",
":pinAllExceptPeerDependencies"
],
"labels": ["dependencies"],
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"matchCurrentVersion": "!/^0/",
"automerge": true
},
{
"matchPackageNames": ["antd", "cheerio", "eslint", "react", "vite"],
"matchUpdateTypes": ["major"],
"enabled": false
},
{
"matchPackageNames": ["@eslint/compat", "web2driver"],
"matchUpdateTypes": ["minor", "patch"],
"enabled": false
},
{
"matchPackageNames": ["appium", "@appium/**"],
"groupName": "Appium-related packages",
"groupSlug": "appium"
}
],
"baseBranches": ["main"],
"semanticCommits": "enabled",
"schedule": ["after 10pm", "before 5:00am"],
"timezone": "America/Vancouver"
}