-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathdefault.json
More file actions
27 lines (27 loc) · 974 Bytes
/
default.json
File metadata and controls
27 lines (27 loc) · 974 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
{
"extends": [
":disableRateLimiting",
"group:monorepos",
"group:recommended",
"npm:unpublishSafe",
"github>thekevjames/tools//renovate/automerge.json5",
"github>thekevjames/tools//renovate/custom.json5",
"github>thekevjames/tools//renovate/deprecated.json5",
"github>thekevjames/tools//renovate/groups.json5",
"github>thekevjames/tools//renovate/pins.json5",
"github>thekevjames/tools//renovate/semantic-commits.json5",
"github>thekevjames/tools//renovate/versioning.json5"
],
"configMigration": true,
"docker-compose": {"enabled": true},
"dockerfile": {"enabled": true},
"gomod": {"enabled": true},
"meteor": {"enabled": true},
"npm": {"enabled": true},
"pre-commit": {"enabled": true},
"internalChecksFilter": "strict",
"prCreation": "not-pending",
"pruneStaleBranches": true,
"rollbackPrs": true,
"updateNotScheduled": true
}