Sfoglia il codice sorgente

fix(renovate): correct file pattern for Jinja2 templates

Use managerFilePatterns with leading slash for proper regex matching
xcad 5 mesi fa
parent
commit
c84c4fb401
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      renovate.json

+ 1 - 1
renovate.json

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