We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2fea28c + f227b0a commit edb2335Copy full SHA for edb2335
1 file changed
renovate.json
@@ -12,13 +12,15 @@
12
],
13
"prHourlyLimit": 0,
14
"prConcurrentLimit": 3,
15
- "reviewers": ["team:yumemi-inc/ios_wg_s13n"],
+ "reviewers": [
16
+ "team:yumemi-inc/ios_wg_s13n"
17
+ ],
18
"customManagers": [
19
{
20
"customType": "regex",
- "fileMatch": [
- "(^|/)project\\.ya?ml$",
21
- "(^|/)[Xx]code[Gg]en/.+\\.ya?ml$"
+ "managerFilePatterns": [
22
+ "/(^|/)project\\.ya?ml$/",
23
+ "/(^|/)[Xx]code[Gg]en/.+\\.ya?ml$/"
24
25
"matchStrings": [
26
"url: https:\\/\\/github\\.com\\/(?<depName>.*?)(\\.git)?\\s*version: ['\"]?(?<currentValue>[^'\"]+?)['\"]?\\s",
0 commit comments