chore(deps): add slashes to renovate config regex
This commit is contained in:
@@ -60,7 +60,7 @@
|
|||||||
"matchManagers": [
|
"matchManagers": [
|
||||||
"npm"
|
"npm"
|
||||||
],
|
],
|
||||||
"matchCurrentVersion": "^[0-9]+\\.[0-9]+\\.[0-9]+$",
|
"matchCurrentVersion": "/^[0-9]+\\.[0-9]+\\.[0-9]+$/",
|
||||||
"automerge": false,
|
"automerge": false,
|
||||||
"platformAutomerge": false,
|
"platformAutomerge": false,
|
||||||
"dependencyDashboardApproval": true
|
"dependencyDashboardApproval": true
|
||||||
|
|||||||
Reference in New Issue
Block a user