mirror of
https://github.com/bitnami/containers.git
synced 2026-02-10 11:47:39 +08:00
* GitHub actions hardening Signed-off-by: Fran Mulero <fmulero@vmware.com> * Allow manual triggering in scheduled jobs Signed-off-by: Fran Mulero <fmulero@vmware.com> * Use env var instead of using github expressions Signed-off-by: Fran Mulero <fmulero@vmware.com> --------- Signed-off-by: Fran Mulero <fmulero@vmware.com>
10 lines
230 B
YAML
10 lines
230 B
YAML
# Copyright VMware, Inc.
|
|
# SPDX-License-Identifier: APACHE-2.0
|
|
|
|
version: 2
|
|
# Check for updates to GitHub Actions every week
|
|
updates:
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly" |