Skip to content

Commit

Permalink
Support descriptor properties "object" syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielfeo committed May 1, 2023
1 parent 4d341fa commit c72863f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
"fileMatch": [".*\\.json5"],
"matchStringsStrategy": "any",
"matchStrings": [
"\/\/ update: package=(?<depName>\\S+)\\s+\".*?\": ?\"(?<currentValue>.+?)\""
"\/\/ update: package=(?<depName>\\S+)\\s+\".*?\": ?\"(?<currentValue>.+?)\"",
"\/\/ update: package=(?<depName>\\S+)\\s+{\"name\": \".*?\", \"value\": \"(?<currentValue>.+?)\"",
]
},
]
Expand Down

0 comments on commit c72863f

Please sign in to comment.