Skip to content

Commit

Permalink
[skip ci] chore(config): migrate config renovate.json (#1144)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 16, 2024
1 parent 6ece7e2 commit 8a327b2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@
"extends": [
"config:recommended"
],
"regexManagers": [
"customManagers": [
{
"fileMatch": ["/scripts/bundler.sh"],
"customType": "regex",
"fileMatch": [
"/scripts/bundler.sh"
],
"matchStrings": [
"JRE_RELEASE=[\"'](?<currentValue>.+?)[\"']\\s+"
],
Expand Down

0 comments on commit 8a327b2

Please sign in to comment.