Skip to content

Commit cfa8b02

Browse files
committed
fix: updatecli-compose.yaml
Signed-off-by: Olivier Vernin <me@olblak.com>
1 parent 0c8acb9 commit cfa8b02

1 file changed

Lines changed: 8 additions & 13 deletions

File tree

updatecli-compose.yaml

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,6 @@ policies:
55
values:
66
- updatecli/values.d/scm.yaml
77

8-
- name: Handle Nodejs version in githubaction
9-
policy: ghcr.io/updatecli/policies/nodejs/githubaction:0.11.1@sha256:812c245adc1f20767ca912baf3087022c78e8153a3f27d43729dd8931864f8e3
10-
values:
11-
- updatecli/values.d/scm.yaml
12-
valuesinline:
13-
versionpattern: "~24"
14-
automerge: true
15-
168
- name: Update Updatecli policies
179
policy: ghcr.io/updatecli/policies/updatecli/autodiscovery:0.8.1@sha256:f8edda1a6cbf0d7274e2b847ede29fc4dc70dd5302ccb8575ae21b069cc0d8a0
1810
values:
@@ -43,12 +35,15 @@ policies:
4335
spec:
4436
ignoreversionconstraints: true
4537

46-
- name: Handle GitHub action version update
47-
policy: ghcr.io/updatecli/policies/autodiscovery/githubaction:0.4.1@sha256:869b676074f9fee7edd5d488140a12c3b09a5f8a175f12f26ea85a4f8bd0a9d1
38+
- name: Handle Nodejs version in githubaction
39+
policy: ghcr.io/updatecli/policies/nodejs/githubaction:0.11.1@sha256:812c245adc1f20767ca912baf3087022c78e8153a3f27d43729dd8931864f8e3
4840
values:
4941
- updatecli/values.d/scm.yaml
5042
valuesinline:
43+
versionpattern: "~24"
5144
automerge: true
52-
groupby: individual
53-
spec:
54-
ignoreversionconstraints: true
45+
46+
- name: Handle GitHub action version update
47+
policy: ghcr.io/updatecli/policies/autodiscovery/githubaction:0.4.1@sha256:869b676074f9fee7edd5d488140a12c3b09a5f8a175f12f26ea85a4f8bd0a9d1
48+
values:
49+
- updatecli/values.d/scm.yaml

0 commit comments

Comments
 (0)