mirror of
https://github.com/kastenhq/kubestr.git
synced 2024-12-14 11:57:56 +00:00
28 lines
781 B
YAML
28 lines
781 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
|
|
groups:
|
|
github-actions:
|
|
patterns:
|
|
- "actions/*"
|
|
- "github/codeql-action"
|
|
docker:
|
|
patterns:
|
|
- "docker/*"
|