Skip to content

Commit

Permalink
Update renovate.json5
Browse files Browse the repository at this point in the history
  • Loading branch information
ido-namely authored Jul 21, 2022
1 parent 2d12b8f commit ace212a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
// the name of the dependency in the package manager
depNameTemplate: "grpc/grpc",
// which package manager should Renovate Bot look to find this dependency?
datasourceTemplate: "github-releases",
datasourceTemplate: "github-tags",
// since we only keep the version up to minor and we do not use the v prefix, we need to extract major.minor from the fetched new version
extractVersionTemplate: "^v(?<version>\\d+\\.\\d+)\\.\\d+",
// by default versioningTemplate is semvar, but since we have the v prefix, we need to use a regex to specify the type of the version.
Expand Down

0 comments on commit ace212a

Please sign in to comment.