瀏覽代碼
Migrate config .github/renovate.json
pull/4335/head
renovate[bot]
9 月之前
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" |
|
|
|
|