mirror of
https://github.com/kemko/nomad.git
synced 2026-01-04 09:25:46 +03:00
Resolve scan job runner Resolve linting alerts adding EOF on files adding EOF on gitignore too add hclfmt and bump action versions update scan.hcl comments Co-authored-by: Tim Gross <tgross@hashicorp.com> fix typo move scan.hcl file and paths-ignore for scans change action runner use org secret to checkout typo change runner use hashicorp/setup-golang@v3 Co-authored-by: Tim Gross <tgross@hashicorp.com> pin the github action sha
53 lines
1.1 KiB
YAML
53 lines
1.1 KiB
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"
|
|
- package-ecosystem: github-actions
|
|
open-pull-requests-limit: 5
|
|
directory: /
|
|
labels:
|
|
- "theme/dependencies"
|
|
- "theme/ci"
|
|
schedule:
|
|
interval: "weekly"
|
|
day: "sunday"
|
|
time: "09:00"
|