...

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

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

     1{
     2    "extends": [
     3        "config:base",
     4        "helpers:pinGitHubActionDigests"
     5    ],
     6    "baseBranches": [
     7        "main"
     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                "main"
    25            ],
    26            "packageNames": [
    27                "github.com/golang/protobuf",
    28                "google.golang.org/protobuf"
    29            ],
    30            "groupName": "golang/protobuf"
    31        },
    32        {
    33            "packagePatterns": [
    34                "jekyll.*",
    35                "github-pages"
    36            ],
    37            "enabled": false
    38        },
    39        {
    40            "matchManagers": [
    41                "github-actions"
    42            ],
    43            "matchPackageNames": [
    44                "slsa-framework/slsa-github-generator"
    45            ],
    46            "pinDigests": false
    47        }
    48    ]
    49}

View as plain text