We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc7da5f commit 627cd5cCopy full SHA for 627cd5c
1 file changed
.github/renovate.json5
@@ -10,23 +10,29 @@
10
prConcurrentLimit: 5,
11
'helm-values': {
12
enabled: true,
13
- fileMatch: [
14
- 'charts/.+/values\\.yaml$',
+ managerFilePatterns: [
+ '/charts/.+/values\\.yaml$/',
15
],
16
},
17
helmv3: {
18
19
- 'charts/.+/Chart\\.yaml$',
+ '/charts/.+/Chart\\.yaml$/',
20
21
22
packageRules: [
23
{
24
- matchDatasources: ['docker'],
25
- matchUpdateTypes: ['digest'],
+ matchDatasources: [
+ 'docker',
26
+ ],
27
+ matchUpdateTypes: [
28
+ 'digest',
29
30
automerge: true,
31
automergeType: 'pr',
32
groupName: 'docker digests',
- schedule: ['every 2 weeks on monday'],
33
+ schedule: [
34
+ 'every 2 weeks on monday',
35
36
37
38
matchDatasources: [
@@ -176,5 +182,5 @@
176
182
'!common',
177
183
178
184
179
- ],
185
180
186
}
0 commit comments