mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
deps: run all dependabot configs over the weekend (#14608)
This commit is contained in:
13
.github/dependabot.yml
vendored
13
.github/dependabot.yml
vendored
@@ -3,7 +3,6 @@ updates:
|
||||
- package-ecosystem: gomod
|
||||
directory: "/"
|
||||
schedule:
|
||||
# Start the week with fresh deps
|
||||
interval: "weekly"
|
||||
day: "sunday"
|
||||
time: "09:00"
|
||||
@@ -12,21 +11,27 @@ updates:
|
||||
- package-ecosystem: gomod
|
||||
directory: "/api"
|
||||
schedule:
|
||||
interval: daily
|
||||
interval: "weekly"
|
||||
day: "sunday"
|
||||
time: "09:00"
|
||||
labels:
|
||||
- "theme/dependencies"
|
||||
- "theme/api"
|
||||
- package-ecosystem: npm
|
||||
directory: "/ui"
|
||||
schedule:
|
||||
interval: daily
|
||||
interval: "weekly"
|
||||
day: "sunday"
|
||||
time: "09:00"
|
||||
labels:
|
||||
- "theme/dependencies"
|
||||
- "theme/ui"
|
||||
- package-ecosystem: npm
|
||||
directory: "/website"
|
||||
schedule:
|
||||
interval: weekly
|
||||
interval: "weekly"
|
||||
day: "sunday"
|
||||
time: "09:00"
|
||||
assignees:
|
||||
- "@hashicorp/web-platform"
|
||||
labels:
|
||||
|
||||
Reference in New Issue
Block a user