Skip to content

Commit c92c5bb

Browse files
chore(config): migrate config .github/renovate.json
1 parent 896ee6c commit c92c5bb

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
@@ -18,8 +18,8 @@
1818
"customManagers": [
1919
{
2020
"customType": "regex",
21-
"fileMatch": [
22-
"(^|/)values\\.yaml$"
21+
"managerFilePatterns": [
22+
"/(^|/)values\\.yaml$/"
2323
],
2424
"matchStrings": [
2525
" {4}\\S+:\\n {6}url: (?<registryUrl>https://\\S+)\\n {6}charts:(?:\\s+\\S+: [0-9.x]+\\s)+",
@@ -31,8 +31,8 @@
3131
},
3232
{
3333
"customType": "regex",
34-
"fileMatch": [
35-
"(^|/)values\\.yaml$"
34+
"managerFilePatterns": [
35+
"/(^|/)values\\.yaml$/"
3636
],
3737
"matchStrings": [
3838
" {4}\\S+:\\n {6}url: oci://(?<ociUrl>\\S+)\\n {6}charts:(?:\\s+\\S+: [0-9.x]+\\s)+",

0 commit comments

Comments
 (0)