File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments