-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrenovate.json5
42 lines (42 loc) · 1.46 KB
/
renovate.json5
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
36
37
38
39
40
41
42
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
":skipStatusChecks",
"replacements:k8s-registry-move",
":semanticCommits",
":automergeDigest",
":automergeBranch",
"github>keyboarddabbler/renovate-config",
"github>keyboarddabbler/pythonesque-cluster//.github/renovate/allowedVersions.json5",
"github>keyboarddabbler/pythonesque-cluster//.github/renovate/autoMerge.json5",
"github>keyboarddabbler/pythonesque-cluster//.github/renovate/clusters.json5",
"github>keyboarddabbler/pythonesque-cluster//.github/renovate/customManagers.json5",
"github>keyboarddabbler/pythonesque-cluster//.github/renovate/grafanaDashboards.json5",
"github>keyboarddabbler/pythonesque-cluster//.github/renovate/groups.json5",
"github>keyboarddabbler/pythonesque-cluster//.github/renovate/packageRules.json5"
],
"ignorePaths": ["**/*.sops.*", "**/.archive/**", "**/resources/**"],
"flux": {
"fileMatch": [
"(^|/)kubernetes/.+\\.ya?ml(\\.j2)?$"
]
},
"helm-values": {
"fileMatch": [
"(^|/)kubernetes/.+\\.ya?ml(\\.j2)?$"
]
},
"kubernetes": {
"fileMatch": [
"(^|/)\\.taskfiles/.+\\.ya?ml(\\.j2)?$",
"(^|/)ansible/.+\\.ya?ml(\\.j2)?$",
"(^|/)kubernetes/.+\\.ya?ml(\\.j2)?$"
]
},
"kustomize": {
"fileMatch": ["(^|/)kustomization\\.ya?ml(?:\\.j2)?$"]
},
"pip_requirements": {
"fileMatch": ["(^|/)[\\w-]*requirements(-\\w+)?\\.(txt|pip)(?:\\.j2)?$"]
}
}