Skip to content

Commit

Permalink
fix(Renovate): change semantic-release match (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
guidojw authored May 4, 2024
1 parent a3d6476 commit 6b3e0c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{
"description": "Update semantic-release version used by npx",
"fileMatch": ["^\\.github/workflows/[^/]+\\.ya?ml$"],
"matchStrings": ["\\srun: npx semantic-release@(?<currentValue>.*?)\\s"],
"matchStrings": ["\\snpx semantic-release@(?<currentValue>.*?)\\s"],
"datasourceTemplate": "npm",
"depNameTemplate": "semantic-release"
}
Expand Down

0 comments on commit 6b3e0c1

Please sign in to comment.