-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.renovaterc.json5
More file actions
27 lines (27 loc) · 846 Bytes
/
.renovaterc.json5
File metadata and controls
27 lines (27 loc) · 846 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
{
$schema: "https://docs.renovatebot.com/renovate-schema.json",
extends: [
"github>vrozaksen/renovate-config",
"github>vrozaksen/home-ops//.renovate/autoMerge.json5",
"github>vrozaksen/home-ops//.renovate/customManagers.json5",
"github>vrozaksen/home-ops//.renovate/grafanaDashboards.json5",
"github>vrozaksen/home-ops//.renovate/groups.json5",
"github>vrozaksen/home-ops//.renovate/overrides.json5",
"github>vrozaksen/home-ops//.renovate/packageRules.json5",
":skipStatusChecks",
":semanticCommits",
],
ignorePaths: [
"**/resources/**",
"**/.archive/**"
],
"docker-compose": {
managerFilePatterns: ["/vps/docker/.+/docker-compose\\.ya?ml$/"]
},
flux: {
managerFilePatterns: ["/\\.yaml(?:\\.j2)?$/"]
},
kubernetes: {
managerFilePatterns: ["/\\.yaml(?:\\.j2)?$/"]
},
}