Skip to content

Commit

Permalink
Automatically apply VPA label to dependabot PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
voelzmo committed Mar 6, 2023
1 parent fe52ef3 commit 63b0cad
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,12 @@ updates:
schedule:
interval: daily
open-pull-requests-limit: 0 # setting this to 0 means only allowing security updates, see https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#open-pull-requests-limit
labels:
- "vertical-pod-autoscaler"
- package-ecosystem: docker
directory: "/vertical-pod-autoscaler/builder"
schedule:
interval: daily
open-pull-requests-limit: 10
labels:
- "vertical-pod-autoscaler"

0 comments on commit 63b0cad

Please sign in to comment.