open-nomad/.github/dependabot.yml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

35 lines
723 B
YAML
Raw Normal View History

2021-07-29 14:52:25 +00:00
version: 2
updates:
- package-ecosystem: gomod
directory: "/"
schedule:
2022-07-12 19:50:09 +00:00
# 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"