Skip to content

Commit

Permalink
fix matchStrings
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Jan 5, 2023
1 parent 4384ece commit 0e4c98d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
"regexManagers": [
{
"fileMatch": ["^README.md$"],
"matchStrings": ["peaceiris/workflows/.+@v(?<currentValue>\\d+\\.\\d+\\.\\d+)"],
"depNameTemplate": "github-actions",
"matchStrings": ["peaceiris/workflows/.+@v(?<currentValue>.*)"],
"datasourceTemplate": "github-releases",
"depNameTemplate": "peaceiris/workflows"
}
Expand Down

0 comments on commit 0e4c98d

Please sign in to comment.