...

Text file src/github.com/grpc-ecosystem/grpc-gateway/renovate.json

Documentation: github.com/grpc-ecosystem/grpc-gateway

     1{
     2    "extends": [
     3        "config:base"
     4    ],
     5    "baseBranches": [
     6        "v1",
     7        "master"
     8    ],
     9    "postUpdateOptions": [
    10        "gomodTidy"
    11    ],
    12    "packageRules": [
    13        {
    14            "updateTypes": [
    15                "minor",
    16                "patch",
    17                "pin",
    18                "digest"
    19            ],
    20            "automerge": true
    21        },
    22        {
    23            "baseBranchList": [
    24                "v1"
    25            ],
    26            "packageNames": [
    27                "github.com/golang/protobuf",
    28                "google.golang.org/genproto",
    29                "io_bazel_rules_go",
    30                "golang.org/x/oauth2"
    31            ],
    32            "enabled": false
    33        },
    34        {
    35            "baseBranchList": [
    36                "master"
    37            ],
    38            "packageNames": [
    39                "github.com/golang/protobuf",
    40                "google.golang.org/protobuf"
    41            ],
    42            "groupName": "golang/protobuf"
    43        },
    44        {
    45            "packagePatterns": [
    46                "jekyll-.*",
    47                "github-pages"
    48            ],
    49            "enabled": false
    50        }
    51    ]
    52}

View as plain text