浏览代码
Migrate config .github/renovate.json
pull/4335/head
renovate[bot]
1年前
committed by
GitHub
找不到此签名对应的密钥
GPG 密钥 ID: B5690EEEBB952194
共有
1 个文件被更改,包括
2 次插入 和
2 次删除
-
.github/renovate.json
|
|
|
@@ -9,8 +9,8 @@ |
|
|
|
"customManagers": [ |
|
|
|
{ |
|
|
|
"customType": "regex", |
|
|
|
"fileMatch": [ |
|
|
|
"defaults/main.yml$" |
|
|
|
"managerFilePatterns": [ |
|
|
|
"/defaults/main.yml$/" |
|
|
|
], |
|
|
|
"matchStrings": [ |
|
|
|
"# renovate: datasource=(?<datasource>[a-z-.]+?) depName=(?<depName>[^\\s]+?)(?: (?:lookupName|packageName)=(?<packageName>[^\\s]+?))?(?: versioning=(?<versioning>[a-z-0-9]+?))?\\s+[A-Za-z0-9_]+?(?:_version|_tag)\\s*:\\s*[\"']?(?<currentValue>.+?)[\"']?\\s" |
|
|
|
|