Files
nomad/.github/dependabot.yml
Tim Gross ecf3d88e81 dependabot: update reviewer for website directory (#25498)
When we updated the codeowner for the website directory to include the "web
presence" group, we didn't also update the dependabot reviewer. This results in
errors in dependabot PRs.

Ref: https://github.com/hashicorp/nomad/pull/25492#issuecomment-2746105976
2025-03-24 12:03:02 -04:00

43 lines
881 B
YAML

# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: BUSL-1.1
version: 2
updates:
- package-ecosystem: gomod
directory: "/"
schedule:
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-presence"
labels:
- "theme/dependencies"
- "theme/website"