Przeglądaj źródła
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 lat temu
committed by
GitHub
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z
1 dodań i
1 usunięć
-
.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" |
|
|
|
] |
|
|
|
|