remove BUILD files from publishing bot rules

bazel has been removed since 1.21, the rules only go back to 1.22

TODO: remove Gopkg.toml rule as well ...?
This commit is contained in:
Benjamin Elder 2022-10-04 16:52:27 -07:00
parent 23cdaa2ee7
commit f96d61d916

View File

@ -1991,10 +1991,6 @@ rules:
dir: staging/src/k8s.io/pod-security-admission dir: staging/src/k8s.io/pod-security-admission
library: true library: true
recursive-delete-patterns: recursive-delete-patterns:
- BUILD
- '*/BUILD'
- BUILD.bazel
- '*/BUILD.bazel'
- Gopkg.toml - Gopkg.toml
- '*/.gitattributes' - '*/.gitattributes'
default-go-version: 1.19.1 default-go-version: 1.19.1