Skip to content

Commit

Permalink
Merge pull request kubernetes#7084 from Shubham82/ignore_rc_versions_…
Browse files Browse the repository at this point in the history
…in_Dependabot

Added Ignore option in depandabot.yaml to ignore golang rc versions.
  • Loading branch information
k8s-ci-robot authored Oct 8, 2024
2 parents e0aca86 + 4bf8991 commit e0e7a29
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,29 @@ updates:
directory: "/vertical-pod-autoscaler/pkg/recommender"
schedule:
interval: daily
ignore:
- dependency-name: "golang"
versions: ["*.*rc*"]
open-pull-requests-limit: 3
labels:
- "area/vertical-pod-autoscaler"
- package-ecosystem: docker
directory: "/vertical-pod-autoscaler/pkg/updater"
schedule:
interval: daily
ignore:
- dependency-name: "golang"
versions: ["*.*rc*"]
open-pull-requests-limit: 3
labels:
- "area/vertical-pod-autoscaler"
- package-ecosystem: docker
directory: "/vertical-pod-autoscaler/pkg/admission-controller"
schedule:
interval: daily
ignore:
- dependency-name: "golang"
versions: ["*.*rc*"]
open-pull-requests-limit: 3
labels:
- "area/vertical-pod-autoscaler"
Expand Down

0 comments on commit e0e7a29

Please sign in to comment.