open-nomad/.github/dependabot.yml

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

40 lines
812 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
interval: "weekly"
day: "sunday"
time: "09:00"
labels:
- "theme/dependencies"
- package-ecosystem: gomod
directory: "/api"
schedule:
interval: "weekly"
day: "sunday"
time: "09:00"
labels:
- "theme/dependencies"
- "theme/api"
- package-ecosystem: npm
directory: "/ui"
schedule:
interval: "weekly"
day: "sunday"
time: "09:00"
labels:
- "theme/dependencies"
- "theme/ui"
- package-ecosystem: npm
directory: "/website"
schedule:
interval: "weekly"
day: "sunday"
time: "09:00"
assignees:
- "@hashicorp/web-platform"
labels:
- "theme/dependencies"
- "theme/website"