Skip to content

Commit

Permalink
fix fileMatch regex
Browse files Browse the repository at this point in the history
  • Loading branch information
MonikaJassova committed May 24, 2024
1 parent 4a7e4c1 commit 1ef4455
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 @@ -49,15 +49,15 @@
},
{
"customType": "regex",
"fileMatch": ["compact/package.json"],
"fileMatch": ["compact\/package\\.json"],
"matchStrings": ["\"version\": \"(?<currentValue>.*?)\""],
"datasourceTemplate": "github-releases",
"depNameTemplate": "compactc",
"registryUrlTemplate": "https://github.com/midnight-ntwrk/artifacts"
},
{
"customType": "regex",
"fileMatch": ["**/compactc-manager.sh"],
"fileMatch": [".*compactc-manager\\.sh"],
"matchStrings": ["RELEASE=https://api.github.com/repos/midnight-ntwrk/artifacts/releases/tags/\\('(?<depName>.*?)-(v?<currentValue>.*?)'\\)"],
"datasourceTemplate": "github-releases",
"registryUrlTemplate": "https://github.com/midnight-ntwrk/artifacts"
Expand Down

0 comments on commit 1ef4455

Please sign in to comment.