瀏覽代碼

Make fileMatch more specific

Hopefully, this makes it run faster and prevents potential false-positives.

Although.. a false-positive is unlikely anyway.
pull/2933/head
Slavi Pantaleev 2 年之前
committed by GitHub
父節點
當前提交
f6f5360574
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: 4AEE18F83AFDEB23
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      .github/renovate.json

+ 1
- 1
.github/renovate.json 查看文件

@@ -5,7 +5,7 @@
],
"regexManagers": [
{
"fileMatch": [".*y[a]?ml$"],
"fileMatch": ["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"
]


Loading…
取消
儲存