Explorar o código

fix(renovate): simplify fileMatch regex pattern

xcad hai 6 meses
pai
achega
a918a56336
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      renovate.json

+ 1 - 1
renovate.json

@@ -132,7 +132,7 @@
       "customType": "regex",
       "customType": "regex",
       "description": "Update Docker images in Jinja2 compose templates",
       "description": "Update Docker images in Jinja2 compose templates",
       "fileMatch": [
       "fileMatch": [
-        "(^|/)library/compose/.+/compose\\.ya?ml\\.j2$"
+        "library/compose/.*/compose\\.(yaml|yml)\\.j2$"
       ],
       ],
       "matchStrings": [
       "matchStrings": [
         "image:\\s*(?<depName>[^:\\s]+):(?<currentValue>[^\\s\\n{]+)"
         "image:\\s*(?<depName>[^:\\s]+):(?<currentValue>[^\\s\\n{]+)"