File tree 2 files changed +10
-1
lines changed
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,13 @@ version: 2
2
2
updates :
3
3
4
4
- package-ecosystem : github-actions
5
- directory : " /"
5
+ directory : /
6
+ schedule :
7
+ interval : weekly
8
+ time : " 04:00"
9
+
10
+ - package-ecosystem : devcontainers
11
+ directory : /
6
12
schedule :
7
13
interval : weekly
8
14
time : " 04:00"
Original file line number Diff line number Diff line change 37
37
contents : read # note: for private repos setting packages to write, will reset all other permissions to none (weird?)
38
38
needs : [versioning, app]
39
39
with :
40
+ registry : ghcr.io/${{ github.repository_owner }}
40
41
tag : ${{ needs.versioning.outputs.semVer }}
41
42
42
43
chart :
46
47
contents : read # note: for private repos setting packages to write, will reset all other permissions to none (weird?)
47
48
needs : [versioning, app, image]
48
49
with :
50
+ registry : ghcr.io/${{ github.repository_owner }}
51
+ chart-repository-prefix : charts/
49
52
tag : ${{ needs.versioning.outputs.semVer }}
50
53
51
54
release :
You can’t perform that action at this time.
0 commit comments