Skip to content

Commit

Permalink
add packageName
Browse files Browse the repository at this point in the history
  • Loading branch information
MonikaJassova committed May 24, 2024
1 parent 2c6b513 commit 73196cb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,15 @@
"fileMatch": ["compact\/package\\.json"],
"matchStrings": ["\"version\": \"(?<currentValue>.*?)\""],
"datasourceTemplate": "github-releases",
"depNameTemplate": "compactc",
"registryUrlTemplate": "https://github.com/midnight-ntwrk/artifacts"
"depNameTemplate": "midnight-ntwrk/artifacts",
"packageNameTemplate": "compactc"
},
{
"customType": "regex",
"fileMatch": [".*compactc-manager\\.sh"],
"matchStrings": ["RELEASE=https:\/\/api\\.github\\.com\/repos\/midnight-ntwrk\/artifacts\/releases\/tags\/(?<depName>\\w+?)-v(?<currentValue>\\d+\\.\\d+\\.\\d+$)"],
"matchStrings": ["RELEASE=https:\/\/api\\.github\\.com\/repos\/midnight-ntwrk\/artifacts\/releases\/tags\/(?<packageName>\\w+?)-v(?<currentValue>\\d+\\.\\d+\\.\\d+$)"],
"datasourceTemplate": "github-releases",
"registryUrlTemplate": "https://github.com/midnight-ntwrk/artifacts"
"depNameTemplate": "midnight-ntwrk/artifacts"
}
],
"lockFileMaintenance": {
Expand Down

0 comments on commit 73196cb

Please sign in to comment.