1
0
Fork 0
mirror of https://github.com/kastenhq/kubestr.git synced 2024-12-14 11:57:56 +00:00

Avoids unnecessarily auto-creating PRs for k8s dependencies (#140)

Co-authored-by: Julio Lopez <1953782+julio-lopez@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-11-17 16:36:52 -08:00 committed by GitHub
parent 187c53d8ef
commit 092605f2f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,15 @@
version: 2
updates:
- package-ecosystem: gomod
commit-message:
prefix: "deps(go):"
directory: "/"
ignore:
# Avoids unnecessarily auto-creating PRs for k8s dependencies, as these
# will be closed since k8s dependencies need to be updated all at once
# starting with kanister and go through additional validation.
- dependency-name: "k8s.io/*"
- dependency-name: "sigs.k8s.io/*"
open-pull-requests-limit: 2
schedule:
interval: daily