소스 검색

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
No known key found for this signature in database GPG 키 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"
]


불러오는 중...
취소
저장