-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Expand file tree
/
Copy pathrenovate.json
More file actions
35 lines (35 loc) · 845 Bytes
/
renovate.json
File metadata and controls
35 lines (35 loc) · 845 Bytes
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
{
"extends": [
"config:base"
],
"statusCheckVerify": true,
"ignoreDeps": [
"rxdb-old",
"expo",
"babel-preset-expo",
"jest-expo",
"dexie"
],
"automerge": true,
"major": {
"automerge": true
},
"minimumReleaseAge": "7 days",
"ignorePaths": [
"docs-src/static/files/logo/package.json",
"docs-src/package.json",
"docs-src/docusaurus-lunr-search-main/package.json",
"docs/files/logo/package.json",
"examples/ionic2/package.json",
"examples/tauri/package.json",
"examples/flutter/pubspec.yaml",
"src/plugins/flutter/dart/pubspec.yaml",
"config/appwrite/docker-compose.yml",
"config/appwrite/backup/docker-compose.yml",
"examples/tauri/src-tauri/"
],
"rebaseStalePrs": true,
"prConcurrentLimit": 10,
"prHourlyLimit": 2,
"dependencyDashboard": false
}