Update Renovate config

This commit is contained in:
Syer10
2024-11-16 12:36:10 -05:00
parent 2e2ce98be3
commit 6ece7e2596

View File

@@ -2,5 +2,15 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"regexManagers": [
{
"fileMatch": ["/scripts/bundler.sh"],
"matchStrings": [
"JRE_RELEASE=[\"'](?<currentValue>.+?)[\"']\\s+"
],
"datasourceTemplate": "github-releases",
"depNameTemplate": "adoptium/temurin8-binaries"
}
]
}