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

28 lines
782 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: 5
schedule:
interval: daily
- package-ecosystem: github-actions
directory: "/"
open-pull-requests-limit: 3
schedule:
interval: monthly
groups:
github-actions:
patterns:
- "actions/*"
- "github/codeql-action"
docker:
patterns:
- "docker/*"