Skip to content

Commit d3095b9

Browse files
chore(config): migrate config .github/renovate.json
1 parent ec8a430 commit d3095b9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/renovate.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"customManagers": [
1717
{
1818
"customType": "regex",
19-
"fileMatch": [
20-
"(^|/)values\\.yaml$"
19+
"managerFilePatterns": [
20+
"/(^|/)values\\.yaml$/"
2121
],
2222
"matchStrings": [
2323
" {4}\\S+:\\n {6}url: (?<registryUrl>https://\\S+)\\n {6}charts:(?:\\s+\\S+: [0-9.x]+\\s)+",
@@ -29,8 +29,8 @@
2929
},
3030
{
3131
"customType": "regex",
32-
"fileMatch": [
33-
"(^|/)values\\.yaml$"
32+
"managerFilePatterns": [
33+
"/(^|/)values\\.yaml$/"
3434
],
3535
"matchStrings": [
3636
" {4}\\S+:\\n {6}url: oci://(?<ociUrl>\\S+)\\n {6}charts:(?:\\s+\\S+: [0-9.x]+\\s)+",

0 commit comments

Comments
 (0)