|
1 | 1 | { |
2 | | - "masterIssue": true, |
3 | | - "branchPrefix": "renovate-", |
4 | | - "separateMajorMinor": false, |
5 | | - "assignees": [ |
6 | | - "@locmai" |
| 2 | + dependencyDashboard: true, |
| 3 | + branchPrefix: 'renovate-', |
| 4 | + separateMajorMinor: false, |
| 5 | + assignees: [ |
| 6 | + '@locmai', |
7 | 7 | ], |
8 | | - "ignoreDeps": [], |
9 | | - "prHourlyLimit": 0, |
10 | | - "prConcurrentLimit": 0, |
11 | | - "rebaseLabel": "renovate-rebase", |
12 | | - "repositories": [ |
13 | | - "locmai/humble", |
14 | | - "locmai/charts", |
| 8 | + ignoreDeps: [], |
| 9 | + prHourlyLimit: 0, |
| 10 | + prConcurrentLimit: 0, |
| 11 | + rebaseLabel: 'renovate-rebase', |
| 12 | + repositories: [ |
| 13 | + 'locmai/humble', |
| 14 | + 'locmai/charts', |
15 | 15 | ], |
16 | | - "packageRules": [ |
| 16 | + packageRules: [ |
17 | 17 | { |
18 | | - "matchPackagePatterns": [ |
19 | | - "*" |
| 18 | + matchUpdateTypes: [ |
| 19 | + 'minor', |
| 20 | + 'patch', |
20 | 21 | ], |
21 | | - "matchUpdateTypes": [ |
22 | | - "minor", |
23 | | - "patch" |
| 22 | + groupName: 'all non-major dependencies', |
| 23 | + groupSlug: 'all-minor-patch', |
| 24 | + matchPackageNames: [ |
| 25 | + '*', |
24 | 26 | ], |
25 | | - "groupName": "all non-major dependencies", |
26 | | - "groupSlug": "all-minor-patch" |
27 | | - } |
| 27 | + }, |
28 | 28 | ], |
29 | | - "extends": [ |
30 | | - "config:base", |
31 | | - "default:pinDigestsDisabled", |
32 | | - "default:disablePrControls" |
| 29 | + extends: [ |
| 30 | + 'config:recommended', |
| 31 | + 'default:pinDigestsDisabled', |
| 32 | + 'default:disablePrControls', |
33 | 33 | ], |
34 | | - "regexManagers": [ |
| 34 | + customManagers: [ |
35 | 35 | { |
36 | | - "fileMatch": [ |
37 | | - "^.*\/templates\/.*.yaml$", |
| 36 | + customType: 'regex', |
| 37 | + fileMatch: [ |
| 38 | + '^.*/templates/.*.yaml$', |
38 | 39 | ], |
39 | | - "matchStringsStrategy": "combination", |
40 | | - "matchStrings": [ |
41 | | - ".*chart: (?<depName>.*?)\\n", |
42 | | - ".*repoURL: (?<registryUrl>.*?)\\n", |
43 | | - ".*targetRevision: (?<currentValue>.*?)\\n", |
| 40 | + matchStringsStrategy: 'combination', |
| 41 | + matchStrings: [ |
| 42 | + '.*chart: (?<depName>.*?)\\n', |
| 43 | + '.*repoURL: (?<registryUrl>.*?)\\n', |
| 44 | + '.*targetRevision: (?<currentValue>.*?)\\n', |
44 | 45 | ], |
45 | | - "datasourceTemplate": "helm" |
46 | | - } |
47 | | - ] |
| 46 | + datasourceTemplate: 'helm', |
| 47 | + }, |
| 48 | + ], |
48 | 49 | } |
0 commit comments