[skip ci] chore(config): migrate config renovate.json (#1144)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-11-16 12:41:15 -05:00
committed by GitHub
parent 6ece7e2596
commit 8a327b2dff

View File

@@ -3,9 +3,12 @@
"extends": [
"config:recommended"
],
"regexManagers": [
"customManagers": [
{
"fileMatch": ["/scripts/bundler.sh"],
"customType": "regex",
"fileMatch": [
"/scripts/bundler.sh"
],
"matchStrings": [
"JRE_RELEASE=[\"'](?<currentValue>.+?)[\"']\\s+"
],