Added Ignore option in depandabot.yaml to ignore golang rc versions.

This commit is contained in:
shubham82 2024-07-23 16:07:55 +05:30
parent 2c04c530ad
commit 4bf8991122
1 changed files with 9 additions and 0 deletions

View File

@ -11,6 +11,9 @@ 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"
@ -18,6 +21,9 @@ updates:
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"
@ -25,6 +31,9 @@ updates:
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"