Skip to content

Commit e90b9cd

Browse files
chore(config): migrate config renovate.json (#28)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3827bd8 commit e90b9cd

1 file changed

Lines changed: 13 additions & 4 deletions

File tree

renovate.json

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@
1515
"customManagers": [
1616
{
1717
"customType": "regex",
18-
"fileMatch": ["roles/cozystack/defaults/main\\.yml$"],
18+
"managerFilePatterns": [
19+
"/roles/cozystack/defaults/main\\.yml$/"
20+
],
1921
"matchStrings": [
2022
"cozystack_chart_version:\\s*\"(?<currentValue>[^\"]+)\""
2123
],
@@ -24,7 +26,9 @@
2426
},
2527
{
2628
"customType": "regex",
27-
"fileMatch": ["^galaxy\\.yml$"],
29+
"managerFilePatterns": [
30+
"/^galaxy\\.yml$/"
31+
],
2832
"matchStrings": [
2933
"version:\\s*(?<currentValue>\\S+)"
3034
],
@@ -33,7 +37,9 @@
3337
},
3438
{
3539
"customType": "regex",
36-
"fileMatch": ["(^|/)requirements\\.yml$"],
40+
"managerFilePatterns": [
41+
"/(^|/)requirements\\.yml$/"
42+
],
3743
"matchStrings": [
3844
"source:\\s*https://github\\.com/cozystack/ansible-cozystack\\.git\\s+type:\\s*git\\s+version:\\s*v?(?<currentValue>\\S+)"
3945
],
@@ -43,7 +49,10 @@
4349
},
4450
{
4551
"customType": "regex",
46-
"fileMatch": ["inventory\\.yml$", "ci-inventory\\.yml$"],
52+
"managerFilePatterns": [
53+
"/inventory\\.yml$/",
54+
"/ci-inventory\\.yml$/"
55+
],
4756
"matchStrings": [
4857
"#\\s*renovate:\\s*datasource=(?<datasource>[^\\s]+)\\s+depName=(?<depName>[^\\s]+)[\\s\\S]*?k3s_version:\\s*(?<currentValue>[^\\s]+)"
4958
]

0 commit comments

Comments
 (0)