Skip to content

Commit fe724c2

Browse files
chore(config): migrate config .github/renovate.json5 (#697)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c8d18c9 commit fe724c2

File tree

1 file changed

+20
-17
lines changed

1 file changed

+20
-17
lines changed

.github/renovate.json5

Lines changed: 20 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,30 @@
11
{
2-
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": [
4-
"config:base"
2+
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
3+
extends: [
4+
'config:recommended',
55
],
6-
"prConcurrentLimit": 5,
7-
"semanticCommits": "enabled",
8-
"regexManagers": [
6+
prConcurrentLimit: 5,
7+
semanticCommits: 'enabled',
8+
customManagers: [
99
{
10-
"fileMatch": ["charts\\/cloudnative-pg\\/Chart\\.yaml$"],
11-
"matchStrings": [
12-
"appVersion: \"(?<currentValue>.*?)\"",
10+
customType: 'regex',
11+
managerFilePatterns: [
12+
'/charts\\/cloudnative-pg\\/Chart\\.yaml$/',
1313
],
14-
"datasourceTemplate": "docker",
15-
"depNameTemplate": "ghcr.io/cloudnative-pg/cloudnative-pg",
16-
"versioningTemplate": "loose"
14+
matchStrings: [
15+
'appVersion: "(?<currentValue>.*?)"',
16+
],
17+
datasourceTemplate: 'docker',
18+
depNameTemplate: 'ghcr.io/cloudnative-pg/cloudnative-pg',
19+
versioningTemplate: 'loose',
1720
},
1821
],
19-
"packageRules": [
22+
packageRules: [
2023
{
21-
"matchDepTypes": [
22-
"action"
24+
matchDepTypes: [
25+
'action',
2326
],
24-
"pinDigests": true
27+
pinDigests: true,
2528
},
26-
]
29+
],
2730
}

0 commit comments

Comments
 (0)