Skip to content

Commit edb2335

Browse files
author
Nobuhisa Komiya
authored
Merge pull request #15 from yumemi-inc/ci/renovate/migrate-config
chore(config): migrate renovate config
2 parents 2fea28c + f227b0a commit edb2335

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

renovate.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,15 @@
1212
],
1313
"prHourlyLimit": 0,
1414
"prConcurrentLimit": 3,
15-
"reviewers": ["team:yumemi-inc/ios_wg_s13n"],
15+
"reviewers": [
16+
"team:yumemi-inc/ios_wg_s13n"
17+
],
1618
"customManagers": [
1719
{
1820
"customType": "regex",
19-
"fileMatch": [
20-
"(^|/)project\\.ya?ml$",
21-
"(^|/)[Xx]code[Gg]en/.+\\.ya?ml$"
21+
"managerFilePatterns": [
22+
"/(^|/)project\\.ya?ml$/",
23+
"/(^|/)[Xx]code[Gg]en/.+\\.ya?ml$/"
2224
],
2325
"matchStrings": [
2426
"url: https:\\/\\/github\\.com\\/(?<depName>.*?)(\\.git)?\\s*version: ['\"]?(?<currentValue>[^'\"]+?)['\"]?\\s",

0 commit comments

Comments
 (0)