diff --git a/updatecli-compose.yaml b/updatecli-compose.yaml index ef3de57..e74e671 100644 --- a/updatecli-compose.yaml +++ b/updatecli-compose.yaml @@ -15,11 +15,6 @@ policies: values: - 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/sync_updatecli_gha_workflows.yaml - - name: Update Updatecli policies policy: ghcr.io/updatecli/policies/updatecli/autodiscovery:0.7.0@sha256:6890c4b4093a80063f518101881098fab8211c986481641faaf797a9ad5a31c3 values: diff --git a/updatecli/values.d/golang/scm_githubsearch.yaml b/updatecli/values.d/golang/scm_githubsearch.yaml deleted file mode 100644 index cd9b955..0000000 --- a/updatecli/values.d/golang/scm_githubsearch.yaml +++ /dev/null @@ -1,10 +0,0 @@ -scm: - enabled: true - kind: githubsearch - search: "org:updatecli language:Go archived:false" - branch: "^main$|^master$" - commitusingapi: true - user: updateclibot - limit: 0 - -automerge: false diff --git a/updatecli/values.d/golang/sync_updatecli_gha_workflows.yaml b/updatecli/values.d/golang/sync_updatecli_gha_workflows.yaml deleted file mode 100644 index 1bba9cb..0000000 --- a/updatecli/values.d/golang/sync_updatecli_gha_workflows.yaml +++ /dev/null @@ -1,26 +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 - -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"