0

chore(deps): add slashes to renovate config regex

This commit is contained in:
Gabe Kangas 2024-11-13 08:09:30 -08:00
parent f3029ca782
commit 7f42981ba7

View File

@ -60,10 +60,10 @@
"matchManagers": [
"npm"
],
"matchCurrentVersion": "^[0-9]+\\.[0-9]+\\.[0-9]+$",
"matchCurrentVersion": "/^[0-9]+\\.[0-9]+\\.[0-9]+$/",
"automerge": false,
"platformAutomerge": false,
"dependencyDashboardApproval": true
}
]
}
}