Skip to content

Commit

Permalink
Added Ignore option in depandabot.yaml to ignore golang rc versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shubham82 committed Jul 23, 2024
1 parent 2c04c53 commit 4bf8991
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 4bf8991

Please sign in to comment.