Explorar el Código

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 hace 2 años
committed by GitHub
padre
commit
f6f5360574
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 4AEE18F83AFDEB23
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      .github/renovate.json

+ 1
- 1
.github/renovate.json Ver fichero

@@ -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"
]


Cargando…
Cancelar
Guardar