Skip to content
This repository was archived by the owner on Nov 12, 2025. It is now read-only.

Commit 6f468f6

Browse files
chore(config): migrate config renovate.json
1 parent d87ef8e commit 6f468f6

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

renovate.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,18 @@
88
"* 10 * * 0,5,6"
99
],
1010
"kubernetes": {
11-
"fileMatch": ["\\.yaml$"]
11+
"managerFilePatterns": [
12+
"/\\.yaml$/"
13+
]
1214
},
1315
"helmv3": {
14-
"fileMatch": ["\\.yaml$"]
16+
"managerFilePatterns": [
17+
"/\\.yaml$/"
18+
]
1519
},
1620
"argocd": {
17-
"fileMatch": ["\\.yaml$"]
21+
"managerFilePatterns": [
22+
"/\\.yaml$/"
23+
]
1824
}
1925
}

0 commit comments

Comments
 (0)