mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
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
43 lines
881 B
YAML
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"
|