diff --git a/updatecli-compose.yaml b/updatecli-compose.yaml index 8b3600f..aafbf4b 100644 --- a/updatecli-compose.yaml +++ b/updatecli-compose.yaml @@ -1,22 +1,25 @@ --- policies: - - name: Local Updatecli Website Policies - config: - - updatecli/updatecli.d/ + - name: Sync Default repository files + policy: ghcr.io/updatecli/policies/file:0.3.3@sha256:791ae27605f48fd82f4c2b986f60ac6971f36a247c8ddfde51d28a60830917c7 + values: + - updatecli/values.d/sync_default.yaml + + - name: Sync AGPL license + policy: ghcr.io/updatecli/policies/file:0.3.3@sha256:791ae27605f48fd82f4c2b986f60ac6971f36a247c8ddfde51d28a60830917c7 values: - - updatecli/values.d/scm_githubsearch.yaml + - updatecli/values.d/license/agpl.yaml - - name: Default - Sync Updatecli values files from github.com/updatecli/updatecli + - name: Sync Apache license policy: ghcr.io/updatecli/policies/file:0.3.3@sha256:791ae27605f48fd82f4c2b986f60ac6971f36a247c8ddfde51d28a60830917c7 values: - - updatecli/values.d/scm_githubsearch.yaml - - updatecli/values.d/sync_gha_updatecli.yaml + - updatecli/values.d/license/apache2.yaml - name: Golang - Sync Updatecli values files from github.com/updatecli/updatecli policy: ghcr.io/updatecli/policies/file:0.3.3@sha256:791ae27605f48fd82f4c2b986f60ac6971f36a247c8ddfde51d28a60830917c7 values: - updatecli/values.d/golang/scm_githubsearch.yaml - - updatecli/values.d/golang/sync_gha_updatecli.yaml + - updatecli/values.d/golang/sync_updatecli_gha_updatecli.yaml - name: Update Updatecli policies policy: ghcr.io/updatecli/policies/updatecli/autodiscovery:0.7.0@sha256:6890c4b4093a80063f518101881098fab8211c986481641faaf797a9ad5a31c3 diff --git a/updatecli/values.d/golang/sync_gha_updatecli.yaml b/updatecli/values.d/golang/sync_gha_updatecli.yaml deleted file mode 100644 index ea5b9e7..0000000 --- a/updatecli/values.d/golang/sync_gha_updatecli.yaml +++ /dev/null @@ -1,14 +0,0 @@ -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 - -pr: - automerge: false diff --git a/updatecli/values.d/sync_gha_updatecli.yaml b/updatecli/values.d/sync_gha_updatecli.yaml deleted file mode 100644 index b98d4af..0000000 --- a/updatecli/values.d/sync_gha_updatecli.yaml +++ /dev/null @@ -1,14 +0,0 @@ -src: - url: "https://github.com/updatecli/updatecli.git" - branch: "main" - -files: - - src: CODE_OF_CONDUCT.md - dst: CODE_OF_CONDUCT.md - - src: LICENSE - dst: LICENSE - - src: .github/workflows/typos.yaml - dst: .github/workflows/typos.yaml - -pr: - automerge: false