-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefault.json
27 lines (27 loc) · 1.17 KB
/
default.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
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
"github>tqer39/renovate-config:automergeGitHubActions",
"github>tqer39/renovate-config:automergeNodeEnv",
"github>tqer39/renovate-config:automergePreCommit",
"github>tqer39/renovate-config:automergePyEnv",
"github>tqer39/renovate-config:automergePython",
"github>tqer39/renovate-config:automergeSchedule",
"github>tqer39/renovate-config:automergeStrategy",
"github>tqer39/renovate-config:automergeTerraform",
"github>tqer39/renovate-config:dependencyDashboard",
"github>tqer39/renovate-config:major",
"github>tqer39/renovate-config:minor",
"github>tqer39/renovate-config:labels",
"github>tqer39/renovate-config:patch",
"github>tqer39/renovate-config:platformAutomerge",
"github>tqer39/renovate-config:preCommit",
"github>tqer39/renovate-config:prHourlyLimit",
"github>tqer39/renovate-config:schedule",
"github>tqer39/renovate-config:separateMajorMinor",
"github>tqer39/renovate-config:separateMultipleMajor",
"github>tqer39/renovate-config:timezone",
"github>tqer39/renovate-config:vulnerabilityAlerts"
]
}