Skip to content

Instantly share code, notes, and snippets.

@valtzu
Created June 15, 2024 19:14
Show Gist options
  • Save valtzu/9c136fa9cd10ceed81af445be67064f1 to your computer and use it in GitHub Desktop.
Save valtzu/9c136fa9cd10ceed81af445be67064f1 to your computer and use it in GitHub Desktop.
Symfony Asset Mapper renovate config
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base"],
"enabledManagers": ["custom.regex"],
"customManagers": [
{
"customType": "regex",
"fileMatch": ["^importmap\\.php$"],
"matchStrings": ["'(?<packageName>.+?)'\\s*=>\\s*\\[[^]]*'version'\\s*=>\\s*'(?<currentValue>.+?)'"],
"datasourceTemplate": "npm"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment