Skip to content

Commit cbf0b85

Browse files
authored
Merge pull request #338 from locmai/renovate-migrate-config
chore(config): migrate renovate config
2 parents a927293 + 5145658 commit cbf0b85

File tree

1 file changed

+37
-36
lines changed

1 file changed

+37
-36
lines changed

renovate.json5

Lines changed: 37 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,49 @@
11
{
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',
77
],
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',
1515
],
16-
"packageRules": [
16+
packageRules: [
1717
{
18-
"matchPackagePatterns": [
19-
"*"
18+
matchUpdateTypes: [
19+
'minor',
20+
'patch',
2021
],
21-
"matchUpdateTypes": [
22-
"minor",
23-
"patch"
22+
groupName: 'all non-major dependencies',
23+
groupSlug: 'all-minor-patch',
24+
matchPackageNames: [
25+
'*',
2426
],
25-
"groupName": "all non-major dependencies",
26-
"groupSlug": "all-minor-patch"
27-
}
27+
},
2828
],
29-
"extends": [
30-
"config:base",
31-
"default:pinDigestsDisabled",
32-
"default:disablePrControls"
29+
extends: [
30+
'config:recommended',
31+
'default:pinDigestsDisabled',
32+
'default:disablePrControls',
3333
],
34-
"regexManagers": [
34+
customManagers: [
3535
{
36-
"fileMatch": [
37-
"^.*\/templates\/.*.yaml$",
36+
customType: 'regex',
37+
fileMatch: [
38+
'^.*/templates/.*.yaml$',
3839
],
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',
4445
],
45-
"datasourceTemplate": "helm"
46-
}
47-
]
46+
datasourceTemplate: 'helm',
47+
},
48+
],
4849
}

0 commit comments

Comments
 (0)