Skip to content

Commit c3be50f

Browse files
authored
Merge pull request #1303 from dgrisonnet/release-branch-update
Add automated dependency update to the remaining supported release branch
2 parents 075875e + 9e8d1b0 commit c3be50f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/versions.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ jobs:
77
strategy:
88
matrix:
99
branch:
10+
- 'release-0.5'
11+
- 'release-0.6'
12+
- 'release-0.7'
1013
- 'release-0.8'
1114
- 'main'
1215
steps:
@@ -41,7 +44,7 @@ jobs:
4144
body: |
4245
## Description
4346
44-
This is an automated version and jsonnet dependencies update performed from CI on behalf of @paulfantom.
47+
This is an automated version and jsonnet dependencies update performed from CI.
4548
4649
Configuration of the workflow is located in `.github/workflows/versions.yaml`
4750

0 commit comments

Comments
 (0)