Skip to content

Commit

Permalink
Update renovate.json5 (#349)
Browse files Browse the repository at this point in the history
  • Loading branch information
ido-namely authored Oct 20, 2022
1 parent 3b6bd03 commit 3f4bad2
Showing 1 changed file with 17 additions and 8 deletions.
25 changes: 17 additions & 8 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@
groupSlug: "patch-dependencies"
},
{
matchPackageNames: ["grpc-web", "protoc-gen-grpc-web", "envoyproxy/protoc-gen-validate"],
matchPackageNames: ["envoyproxy/protoc-gen-validate", "protocolbuffers/protobuf-javascript"],
matchUpdateTypes: [
"minor",
"patch"
Expand All @@ -245,8 +245,8 @@
groupSlug: "minor-dependencies"
},
{
matchDatasources: ["go", "npm"],
excludePackageNames: ["github.com/grpc-ecosystem/grpc-gateway/v2", "google.golang.org/grpc"],
matchDatasources: ["go", "npm", "pypi"],
excludePackageNames: ["github.com/grpc-ecosystem/grpc-gateway/v2", "google.golang.org/grpc", "go"],
matchUpdateTypes: [
"minor",
"patch"
Expand All @@ -255,12 +255,21 @@
groupSlug: "minor-dependencies"
},
{
matchPackageNames: ["grpc-web", "protoc-gen-grpc-web", "envoyproxy/protoc-gen-validate"],
matchPackagePatterns: ["*"],
excludePackageNames: [
"github.com/grpc-ecosystem/grpc-gateway/v2",
"google.golang.org/grpc",
"go",
"grpc/grpc",
"grpc/grpc-java",
"google.golang.org/grpc"
],
matchUpdateTypes: [
"major"
"minor",
"patch"
],
groupName: "Misc Major Dependencies",
groupSlug: "major-dependencies"
},
automerge: true,
automergeType: "pr"
}
]
}

0 comments on commit 3f4bad2

Please sign in to comment.