Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions updatecli-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,25 @@ policies:
valuesinline:
spec:
rootdir: ".github"

- name: Sync Updatecli workflows
id: updatecli
policy: ghcr.io/updatecli/policies/updatecli/githubaction/scaffold:0.1.0@sha256:7cf583e517ab329a41e0b15801557a60c363a3fef01d7c77f768b90af52ac583
valuesinline:
gha:
golang:
enabled: true
udash:
enabled: true
update:
cron: "0 3 * * *"
matrix:
- target_name: "existing pipelines"
apply_args: "--existing-only=true"
- target_name: "monitored pipelines"
apply_args: "--labels=monitor:active"
pipeline:
labels:
ecosystem: "updatecli"
policy: scaffold
monitor: active
Loading