1
0
Fork 0
mirror of https://github.com/kastenhq/kubestr.git synced 2024-12-14 11:57:56 +00:00
kastenhq-kubestr/.github/dependabot.yaml
dependabot[bot] 092605f2f6
Avoids unnecessarily auto-creating PRs for k8s dependencies (#140)
Co-authored-by: Julio Lopez <1953782+julio-lopez@users.noreply.github.com>
2022-11-17 16:36:52 -08:00

20 lines
621 B
YAML

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
- package-ecosystem: github-actions
directory: "/"
open-pull-requests-limit: 3
schedule:
interval: weekly