Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 2 additions & 0 deletions updatecli-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,10 @@ policies:
policy: ghcr.io/updatecli/policies/autodiscovery/githubaction:0.3.0@sha256:3b5425da2a2a2b89bb69463f1294704c33730358c66140efb93cab14b2868b06
values:
- updatecli/values.d/scm.yaml
- updatecli/values.d/githubaction.yaml

- name: Handle Updatecli version in GitHub action
policy: ghcr.io/updatecli/policies/updatecli/githubaction:0.7.0@sha256:a97518f118b03d2f63f45378e1961028b07c23d53db91db892893ff240fa5f4e
values:
- updatecli/values.d/scm.yaml
- updatecli/values.d/updatecli_gha.yaml
2 changes: 2 additions & 0 deletions updatecli/values.d/githubaction.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
spec:
digest: true
26 changes: 26 additions & 0 deletions updatecli/values.d/golang/sync_updatecli_gha_workflows.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
src:
url: "https://github.com/updatecli/udash.git"
branch: "main"

files:
- src: .github/workflows/updatecli.yaml
dst: .github/workflows/updatecli.yaml
- src: .github/workflows/updatecli_test.yaml
dst: .github/workflows/updatecli_test.yaml
- src: .github/workflows/updatecli_update.yaml
dst: .github/workflows/updatecli_update.yaml

scm:
enabled: true
kind: githubsearch
search: "org:updatecli language:Go archived:false"
branch: "^main$|^master$"
commitusingapi: true
user: updateclibot
limit: 0

title: "chore: Update Updatecli GHA workflow"

pr:
automerge: false
title: "chore: Update Updatecli GHA workflow"
25 changes: 25 additions & 0 deletions updatecli/values.d/license/agpl.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
title: "Updatecli AGPL License"
src:
url: "https://github.com/updatecli/udash.git"
branch: "main"

files:
- src: LICENSE
dst: LICENSE

pr:
automerge: false
title: "chore: update AGPL License"

scm:
enabled: true
kind: githubsearch
search: |
repo:updatecli/udash
repo:updatecli/udash-front
branch: "^main$|^master$"
commitusingapi: true
user: updateclibot
limit: 0

automerge: false
35 changes: 35 additions & 0 deletions updatecli/values.d/license/apache2.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
title: Update Apache 2 License

src:
url: "https://github.com/updatecli/updatecli.git"
branch: "main"

files:
- src: LICENSE
dst: LICENSE

pr:
title: Update Apache 2 License
automerge: false

scm:
enabled: true
kind: githubsearch
search: |
repo:updatecli/updatecli-action
repo:updatecli/updatecli
repo:updatecli/asdf-updatecli
repo:updatecli/releasepost-action
repo:updatecli/releasepost
repo:updatecli/plugins
repo:updatecli/policies
repo:updatecli/demo-terminal
repo:updatecli/website
repo:updatecli/homebrew-updatecli
repo:updatecli/charts
repo:updatecli/kubernetes-management

branch: "^main$|^master$"
commitusingapi: true
user: updateclibot
limit: 0
24 changes: 24 additions & 0 deletions updatecli/values.d/sync_default.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
title: Sync default repository files

src:
url: "https://github.com/updatecli/updatecli.git"
branch: "main"

files:
- src: CODE_OF_CONDUCT.md
dst: CODE_OF_CONDUCT.md
- src: .github/workflows/typos.yaml
dst: .github/workflows/typos.yaml

pr:
automerge: false
title: "chore: sync default repository files"

scm:
enabled: true
kind: githubsearch
search: "org:updatecli archived:false"
branch: "^main$|^master$"
commitusingapi: true
user: updateclibot
limit: 0
1 change: 1 addition & 0 deletions updatecli/values.d/updatecli_gha.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
versionpattern: ">0.0.0-rc.1"