deps: run all dependabot configs over the weekend (#14608)

This commit is contained in:
Seth Hoenig
2022-09-16 10:50:57 -05:00
committed by GitHub
parent 67d39725b1
commit 1a4e3a7517

View File

@@ -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: