-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdefault.json5
More file actions
25 lines (25 loc) · 879 Bytes
/
default.json5
File metadata and controls
25 lines (25 loc) · 879 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
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
"group:linters",
"docker:enableMajor",
"preview:dockerCompose",
":semanticCommits",
":separateMultipleMajorReleases",
":ignoreUnstable",
":timezone(Europe/Berlin)",
"github>maki-it/renovate-config//rules/automerge-non-major.json5",
"github>maki-it/renovate-config//rules/dependency-dashboard.json5",
"github>maki-it/renovate-config//rules/host-rules.json5",
"github>maki-it/renovate-config//rules/limits.json5",
"github>maki-it/renovate-config//rules/schedules.json5",
"github>maki-it/renovate-config//rules/vulnerability-alerts.json5"
],
"rangeStrategy": "bump",
"labels": ["Kind/Dependency"],
"branchPrefix": "dependency/",
"reviewers": ["kimdre"],
"configMigration": true,
"prCreation": "immediate"
}