Files
nomad/.github/dependabot.yml
Tim Gross db5022b965 deps: remove actions updates from dependabot (#25211)
Dependabot can update actions to versions that are not in the TSCCR
allowlist. The TSCCR check doesn't happen in CE, which means we don't learn we
have a problem until after we've spent the effort to backport them. Remove the
automation that updates actions automatically until this issue is resolved on
the security team's side.
2025-02-25 10:18:50 -05: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-platform"
labels:
- "theme/dependencies"
- "theme/website"