-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Expand file tree
/
Copy pathrenovate.json
More file actions
46 lines (46 loc) · 1.28 KB
/
Copy pathrenovate.json
File metadata and controls
46 lines (46 loc) · 1.28 KB
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
35
36
37
38
39
40
41
42
43
44
45
46
{
"extends": ["config:base", ":semanticCommitTypeAll(chore)"],
"pinVersions": false,
"separateMajorMinor": false,
"dependencyDashboard": false,
"semanticCommits": "enabled",
"lockFileMaintenance": {
"enabled": true,
"automerge": true,
"schedule": ["* 0-5 * * 1"]
},
"constraints": {
"npm": "^8.0.0"
},
"packageRules": [
{
"description": "Freeze eslint tooling until oxlint lands in v4",
"matchPackageNames": ["/eslint/"],
"enabled": false
},
{
"matchUpdateTypes": ["patch", "minor"],
"matchCurrentVersion": "!/^0/",
"groupName": "patch/minor dependencies",
"groupSlug": "all-non-major",
"automerge": true,
"automergeType": "branch"
},
{
"description": "camoufox-js dictates the compatible Playwright/Firefox build; do not bump Playwright in the Camoufox template until Camoufox supports the newer version",
"matchFileNames": [
"packages/templates/templates/camoufox-ts/package.json"
],
"matchPackageNames": ["playwright"],
"enabled": false
},
{
"matchUpdateTypes": ["lockFileMaintenance"],
"minimumReleaseAgeBehaviour": "timestamp-optional"
}
],
"schedule": ["* 0-5 * * 2-5"],
"minimumReleaseAge": "1 day",
"internalChecksFilter": "strict",
"ignoreDeps": ["crawlee", "cheerio", "yarn", "@browserbasehq/stagehand"]
}