forked from yumemi-inc/danger-swift-kantoku
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrenovate.json
31 lines (31 loc) · 873 Bytes
/
renovate.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
"group:allNonMajor",
":timezone(Asia/Tokyo)"
],
"configMigration": true,
"branchPrefix": "ci/renovate/",
"labels": [
"renovate"
],
"prHourlyLimit": 0,
"prConcurrentLimit": 3,
"reviewers": ["team:yumemi-inc/ios_wg_s13n"],
"customManagers": [
{
"customType": "regex",
"fileMatch": [
"(^|/)project\\.ya?ml$",
"(^|/)[Xx]code[Gg]en/.+\\.ya?ml$"
],
"matchStrings": [
"url: https:\\/\\/github\\.com\\/(?<depName>.*?)(\\.git)?\\s*version: ['\"]?(?<currentValue>[^'\"]+?)['\"]?\\s",
"github: (?<depName>.*?)\\s*version: ['\"]?(?<currentValue>[^'\"]+?)['\"]?\\s"
],
"datasourceTemplate": "github-releases",
"extractVersionTemplate": "^v?(?<version>.*)$"
}
]
}