mirror of https://github.com/grpc/grpc-go.git
Forbid dependabot from performing major version bumps (#6852)
This commit is contained in:
parent
686fdd8da1
commit
43e4461a75
|
|
@ -13,3 +13,6 @@ updates:
|
|||
github-actions:
|
||||
patterns:
|
||||
- "*"
|
||||
ignore:
|
||||
- dependency-name: "*"
|
||||
update-types: ["version-update:semver-major"]
|
||||
|
|
|
|||
Loading…
Reference in New Issue