mirror of
https://github.com/grafana/grafana.git
synced 2024-12-24 16:10:22 -06:00
ci: Update Dependabot with a single multi-directory config for gomod (#95881)
Signed-off-by: Dave Henderson <dave.henderson@grafana.com>
This commit is contained in:
parent
a3d3af35da
commit
04d71068d1
93
.github/dependabot.yml
vendored
93
.github/dependabot.yml
vendored
@ -5,86 +5,21 @@ updates:
|
||||
schedule:
|
||||
interval: "daily"
|
||||
- package-ecosystem: "gomod"
|
||||
directory: "/"
|
||||
directories:
|
||||
- "/"
|
||||
- "/apps/playlist"
|
||||
- "/pkg/aggregator"
|
||||
- "/pkg/apimachinery"
|
||||
- "/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: UTC
|
||||
open-pull-requests-limit: 10
|
||||
- package-ecosystem: "gomod"
|
||||
directory: "/apps/playlist"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
time: "02:00"
|
||||
timezone: UTC
|
||||
open-pull-requests-limit: 10
|
||||
- package-ecosystem: "gomod"
|
||||
directory: "/pkg/aggregator"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
time: "02:00"
|
||||
timezone: UTC
|
||||
open-pull-requests-limit: 10
|
||||
- package-ecosystem: "gomod"
|
||||
directory: "/pkg/apimachinery"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
time: "02:00"
|
||||
timezone: UTC
|
||||
open-pull-requests-limit: 10
|
||||
- package-ecosystem: "gomod"
|
||||
directory: "/pkg/apiserver"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
time: "02:00"
|
||||
timezone: UTC
|
||||
open-pull-requests-limit: 10
|
||||
- package-ecosystem: "gomod"
|
||||
directory: "/pkg/build"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
time: "02:00"
|
||||
timezone: UTC
|
||||
open-pull-requests-limit: 10
|
||||
- package-ecosystem: "gomod"
|
||||
directory: "/pkg/build/wire"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
time: "02:00"
|
||||
timezone: UTC
|
||||
open-pull-requests-limit: 10
|
||||
- package-ecosystem: "gomod"
|
||||
directory: "/pkg/promlib"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
time: "02:00"
|
||||
timezone: UTC
|
||||
open-pull-requests-limit: 10
|
||||
- package-ecosystem: "gomod"
|
||||
directory: "/pkg/semconv"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
time: "02:00"
|
||||
timezone: UTC
|
||||
open-pull-requests-limit: 10
|
||||
- package-ecosystem: "gomod"
|
||||
directory: "/pkg/storage/unified/apistore"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
time: "02:00"
|
||||
timezone: UTC
|
||||
open-pull-requests-limit: 10
|
||||
- package-ecosystem: "gomod"
|
||||
directory: "/pkg/storage/unified/resource"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
time: "02:00"
|
||||
timezone: UTC
|
||||
open-pull-requests-limit: 10
|
||||
- package-ecosystem: "gomod"
|
||||
directory: "/pkg/util/xorm"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
time: "02:00"
|
||||
timezone: UTC
|
||||
timezone: Etc/UTC
|
||||
open-pull-requests-limit: 10
|
||||
|
Loading…
Reference in New Issue
Block a user