-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrenovate.json
More file actions
34 lines (34 loc) · 960 Bytes
/
renovate.json
File metadata and controls
34 lines (34 loc) · 960 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
28
29
30
31
32
33
34
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"github>muhlba91/renovate-config",
"github>muhlba91/renovate-config:automerge(patch)"
],
"enabledManagers": [
"helm-values",
"helmv3",
"flux",
"github-actions",
"pre-commit",
"custom.regex"
],
"flux": {
"managerFilePatterns": [
"/(^|/)applications/.+\\.ya?ml$/",
"/(^|/)core/.+\\.ya?ml$/",
"/(^|/)home-assistant/.+\\.ya?ml$/",
"/(^|/)infrastructure/.+\\.ya?ml$/"
]
},
"customManagers": [
{
"customType": "regex",
"managerFilePatterns": [
"/(^|/|\\.).*\\.ya?ml$/"
],
"matchStrings": [
"# renovate: datasource=(?<datasource>[a-z-]+) packageName=(?<packageName>.+)\\s+image(Name)?:.+:(?<currentValue>.+)"
]
}
]
}