Skip to content

Commit 3b88cc2

Browse files
authored
Configure Updatecli workflows in updatecli-compose.yaml
Added configuration for Updatecli workflows including enabled features and cron schedule.
1 parent b55e630 commit 3b88cc2

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

updatecli-compose.yaml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,3 +93,25 @@ policies:
9393
# This repository contains other go.sum file used for testing.
9494
# So we want to be sure that we only update the one at the root of the repository
9595
- path: "go.mod"
96+
97+
- name: Configure Updatecli workflows
98+
id: updatecli
99+
policy: ghcr.io/updatecli/policies/updatecli/githubaction/scaffold:0.1.0@sha256:7cf583e517ab329a41e0b15801557a60c363a3fef01d7c77f768b90af52ac583
100+
valuesinline:
101+
gha:
102+
golang:
103+
enabled: true
104+
udash:
105+
enabled: true
106+
update:
107+
cron: "0 3 * * *"
108+
matrix:
109+
- target_name: "existing pipelines"
110+
apply_args: "--existing-only=true"
111+
- target_name: "monitored pipelines"
112+
apply_args: "--labels=monitor:active"
113+
pipeline:
114+
labels:
115+
ecosystem: "updatecli"
116+
policy: scaffold
117+
monitor: active

0 commit comments

Comments
 (0)