File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,13 @@ version: 2
22updates :
33
44 - package-ecosystem : github-actions
5- directory : " /"
5+ directory : /
6+ schedule :
7+ interval : weekly
8+ time : " 04:00"
9+
10+ - package-ecosystem : devcontainers
11+ directory : /
612 schedule :
713 interval : weekly
814 time : " 04:00"
Original file line number Diff line number Diff line change 3737 contents : read # note: for private repos setting packages to write, will reset all other permissions to none (weird?)
3838 needs : [versioning, app]
3939 with :
40+ registry : ghcr.io/${{ github.repository_owner }}
4041 tag : ${{ needs.versioning.outputs.semVer }}
4142
4243 chart :
4647 contents : read # note: for private repos setting packages to write, will reset all other permissions to none (weird?)
4748 needs : [versioning, app, image]
4849 with :
50+ registry : ghcr.io/${{ github.repository_owner }}
51+ chart-repository-prefix : charts/
4952 tag : ${{ needs.versioning.outputs.semVer }}
5053
5154 release :
You can’t perform that action at this time.
0 commit comments