mirror of
https://github.com/open-cluster-management-io/ocm.git
synced 2026-02-14 10:00:11 +00:00
Some checks failed
Scorecard supply-chain security / Scorecard analysis (push) Failing after 2m4s
Post / coverage (push) Failing after 40m1s
Post / images (amd64) (push) Failing after 8m15s
Post / images (arm64) (push) Failing after 7m48s
Post / image manifest (push) Has been skipped
Post / trigger clusteradm e2e (push) Has been skipped
Signed-off-by: zhujian <jiazhu@redhat.com>
39 lines
885 B
YAML
39 lines
885 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: gomod
|
|
directory: "/"
|
|
schedule:
|
|
interval: daily
|
|
commit-message:
|
|
prefix: ":seedling:"
|
|
open-pull-requests-limit: 3
|
|
groups:
|
|
k8s.io:
|
|
patterns:
|
|
- "k8s.io/*"
|
|
- "sigs.k8s.io/*"
|
|
go.opentelemetry.io:
|
|
patterns:
|
|
- "go.opentelemetry.io/*"
|
|
aws:
|
|
patterns:
|
|
- "github.com/aws/*"
|
|
open-cluster-management.io:
|
|
patterns:
|
|
- "open-cluster-management.io/*"
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
commit-message:
|
|
prefix: ":seedling:"
|
|
groups:
|
|
github-actions:
|
|
patterns:
|
|
- "*"
|
|
# These actions directly influence the build process and are excluded from grouped updates
|
|
exclude-patterns:
|
|
- "actions/setup-go"
|
|
- "arduino/setup-protoc"
|
|
- "goreleaser/goreleaser-action"
|