open-nomad/.github/dependabot.yml

35 lines
723 B
YAML

version: 2
updates:
- package-ecosystem: gomod
directory: "/"
schedule:
# Start the week with fresh deps
interval: "weekly"
day: "sunday"
time: "09:00"
labels:
- "theme/dependencies"
- package-ecosystem: gomod
directory: "/api"
schedule:
interval: daily
labels:
- "theme/dependencies"
- "theme/api"
- package-ecosystem: npm
directory: "/ui"
schedule:
interval: daily
labels:
- "theme/dependencies"
- "theme/ui"
- package-ecosystem: npm
directory: "/website"
schedule:
interval: weekly
assignees:
- "@hashicorp/web-platform"
labels:
- "theme/dependencies"
- "theme/website"