Merge pull request #4182 from mrueg/drop-docker

cleanup: Drop additional docker files
This commit is contained in:
Kubernetes Prow Robot 2024-02-10 15:05:47 -08:00 committed by GitHub
commit a0ba8b71bc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 0 additions and 24 deletions

View File

@ -1,15 +0,0 @@
# Git Related Items
.git
.github
.gitignore
# CI Related Items
.travis.yml
cloudbuild.yaml
.golangci.yml
.zappr.yaml
# Other
docs
OWNERS
vendor

View File

@ -27,11 +27,3 @@ updates:
dev-dependencies:
patterns:
- "*"
- package-ecosystem: "docker" # Keep Docker dependencies up to date
directory: "/"
schedule:
interval: "daily"
groups:
dev-dependencies:
patterns:
- "*"

View File

@ -8,4 +8,3 @@ builds:
- -s
- -w
- -X sigs.k8s.io/external-dns/pkg/apis/externaldns.Version={{.Env.VERSION}}