Skip to content

Commit 626380f

Browse files
authored
feat: automate githubaction update (#177)
* feat: automate githubaction update * fix: add missing values file
1 parent 9665e25 commit 626380f

3 files changed

Lines changed: 17 additions & 0 deletions

File tree

updatecli-compose.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,26 +6,38 @@ policies:
66
policy: ghcr.io/updatecli/policies/updatecli/autodiscovery:0.5.0@sha256:947817644fb89e27f7b7121b822328c2d47364c7a3a08241e4d2ac1a5897020c
77
values:
88
- updatecli/values.d/scm.yaml
9+
910
- name: Golang Version
1011
policy: ghcr.io/updatecli/policies/golang/version:0.4.0@sha256:9b3c09a73ffbecc690f07a4a44244f51dcc1dfb0e5a292207f2543b79f08fcaa
1112
values:
1213
- updatecli/values.d/scm.yaml
14+
1315
- name: Minor Golang Module update
1416
policy: ghcr.io/updatecli/policies/autodiscovery/golang:0.10.0@sha256:3b1a2b03b3cd8e33305ca165a8be2ca126a06be4cbdf388bf98e48a568855cdc
1517
values:
1618
- updatecli/values.d/scm.yaml
1719
- updatecli/values.d/golang_minor.yaml
20+
1821
- name: Patch Golang Module update
1922
policy: ghcr.io/updatecli/policies/autodiscovery/golang:0.10.0@sha256:3b1a2b03b3cd8e33305ca165a8be2ca126a06be4cbdf388bf98e48a568855cdc
2023
values:
2124
- updatecli/values.d/scm.yaml
2225
- updatecli/values.d/golang_patch.yaml
26+
2327
- name: Update golangci-lint
2428
policy: ghcr.io/updatecli/policies/golangci-lint/githubaction:0.5.0@sha256:0e1addae151528a2c337a306eb323332dd36a91f36b0e93891858eed7466456b
2529
values:
2630
- updatecli/values.d/scm.yaml
31+
2732
- name: Sync Updatecli values files from github.com/updatecli/updatecli
2833
policy: ghcr.io/updatecli/policies/file:0.2.0@sha256:d520c1dec77a5414fb294df41b6bfc9efb11dcb1fc4bfa83f01314e24a0d6431
2934
values:
3035
- updatecli/values.d/scm.yaml
3136
- updatecli/values.d/sync.yaml
37+
38+
- name: Update githubactions
39+
policy: ghcr.io/updatecli/policies/autodiscovery/githubaction:0.1.0@sha256:ddac4fc192800a65e9a92669600db3eb66fe442610073d34202513b265ba7b29
40+
values:
41+
- updatecli/values.d/scm.yaml
42+
- updatecli/values.d/githubaction.yaml
43+
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
spec:
2+
digest: true
3+
rootdir: '.github'

updatecli/values.d/sync.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ files:
99
dst: updatecli/values.d/golang_minor.yaml
1010
- src: updatecli/values.d/golang_patch.yaml
1111
dst: updatecli/values.d/golang_patch.yaml
12+
- src: updatecli/values.d/githubaction.yaml
13+
dst: updatecli/values.d/githubaction.yaml
1214

1315
pr:
1416
automerge: true

0 commit comments

Comments
 (0)