Created
June 15, 2024 19:14
-
-
Save valtzu/9c136fa9cd10ceed81af445be67064f1 to your computer and use it in GitHub Desktop.
Symfony Asset Mapper renovate config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$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