mirror of https://github.com/grafana/grafana.git
39 lines
924 B
YAML
39 lines
924 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|
|
- package-ecosystem: "gomod"
|
|
directories:
|
|
- "/"
|
|
- "/apps/playlist"
|
|
- "/apps/secret"
|
|
- "/apps/investigations"
|
|
- "/pkg/aggregator"
|
|
- "/pkg/apimachinery"
|
|
- "/pkg/apis/folder"
|
|
- "/pkg/apiserver"
|
|
- "/pkg/build"
|
|
- "/pkg/build/wire"
|
|
- "/pkg/promlib"
|
|
- "/pkg/semconv"
|
|
- "/pkg/storage/unified/apistore"
|
|
- "/pkg/storage/unified/resource"
|
|
- "/pkg/util/xorm"
|
|
schedule:
|
|
interval: "daily"
|
|
time: "02:00"
|
|
timezone: Etc/UTC
|
|
open-pull-requests-limit: 10
|
|
- package-ecosystem: "docker"
|
|
directories:
|
|
- "/"
|
|
- "/packaging/docker/custom"
|
|
- "/scripts/verify-repo-update"
|
|
schedule:
|
|
interval: "daily"
|
|
time: "02:00"
|
|
timezone: Etc/UTC
|
|
open-pull-requests-limit: 10
|