Skip to content

Commit

Permalink
fix: Updated regex for Renovate (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtweeman authored Sep 8, 2024
1 parent 572e9ec commit aaf99ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
{
"description": "Update semantic-release version used by npx",
"fileMatch": [
"^\\.github/workflows/[^/]+\\.ya?ml$"
"^\\.github\\/workflows\\/[^/]+\\.ya?ml$"
],
"matchStrings": [
"\\srun: npx semantic-release@(?<currentValue>.*?)\\s"
"run: (|\\n)? ?npx semantic-release@(?<currentValue>\\S+)"
],
"datasourceTemplate": "npm",
"depNameTemplate": "semantic-release"
Expand Down

0 comments on commit aaf99ea

Please sign in to comment.