Skip to content

Commit

Permalink
Update renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
alexisdondon authored Aug 18, 2022
1 parent e0673b5 commit 9369201
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"fileMatch": ["^vscode/Dockerfile$"],
"matchStrings": ["ARG CODE_SERVER_VERSION=\"(?<currentValue>.*?)\""],
"depNameTemplate": "coder/code-server",
"datasourceTemplate": "github-releases"
"datasourceTemplate": "github-releases",
"extractVersionTemplate": "^v(?<version>.*)$"
}
]
}

0 comments on commit 9369201

Please sign in to comment.