Skip to content

Commit

Permalink
Merge pull request #6370 from voelzmo/enh/remove-vpa-builder
Browse files Browse the repository at this point in the history
Remove vpa builder Dockerfile and switch dependabot to component Dockerfiles
  • Loading branch information
k8s-ci-robot authored Dec 19, 2023
2 parents 5bf33b2 + a6f1c2b commit ab04101
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 30 deletions.
18 changes: 16 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,23 @@ updates:
labels:
- "vertical-pod-autoscaler"
- package-ecosystem: docker
directory: "/vertical-pod-autoscaler/builder"
directory: "/vertical-pod-autoscaler/pkg/recommender"
schedule:
interval: daily
open-pull-requests-limit: 10
open-pull-requests-limit: 3
labels:
- "vertical-pod-autoscaler"
- package-ecosystem: docker
directory: "/vertical-pod-autoscaler/pkg/updater"
schedule:
interval: daily
open-pull-requests-limit: 3
labels:
- "vertical-pod-autoscaler"
- package-ecosystem: docker
directory: "/vertical-pod-autoscaler/pkg/admission-controller"
schedule:
interval: daily
open-pull-requests-limit: 3
labels:
- "vertical-pod-autoscaler"
27 changes: 0 additions & 27 deletions vertical-pod-autoscaler/builder/Dockerfile

This file was deleted.

1 change: 0 additions & 1 deletion vertical-pod-autoscaler/builder/README.md

This file was deleted.

0 comments on commit ab04101

Please sign in to comment.