Skip to content

Commit ace212a

Browse files
authored
Update renovate.json5
1 parent 2d12b8f commit ace212a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/renovate.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
// the name of the dependency in the package manager
3636
depNameTemplate: "grpc/grpc",
3737
// which package manager should Renovate Bot look to find this dependency?
38-
datasourceTemplate: "github-releases",
38+
datasourceTemplate: "github-tags",
3939
// 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
4040
extractVersionTemplate: "^v(?<version>\\d+\\.\\d+)\\.\\d+",
4141
// 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.

0 commit comments

Comments
 (0)