chore(deps): add slashes to renovate config regex
This commit is contained in:
parent
f3029ca782
commit
7f42981ba7
@ -60,10 +60,10 @@
|
|||||||
"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
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user