mirror of
https://github.com/nais/wonderwall.git
synced 2026-05-16 05:16:37 +00:00
27 lines
499 B
YAML
27 lines
499 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: "gomod"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
groups:
|
|
otel:
|
|
patterns:
|
|
- 'go.opentelemetry.io/*'
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
groups:
|
|
gh-actions:
|
|
patterns:
|
|
- '*'
|
|
- package-ecosystem: "docker"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
groups:
|
|
docker:
|
|
patterns:
|
|
- '*'
|