Merge pull request #1303 from dgrisonnet/release-branch-update

Add automated dependency update to the remaining supported release branch
This commit is contained in:
Paweł Krupa
2021-08-02 17:50:28 +02:00
committed by GitHub

View File

@@ -7,6 +7,9 @@ jobs:
strategy: strategy:
matrix: matrix:
branch: branch:
- 'release-0.5'
- 'release-0.6'
- 'release-0.7'
- 'release-0.8' - 'release-0.8'
- 'main' - 'main'
steps: steps:
@@ -41,7 +44,7 @@ jobs:
body: | body: |
## Description ## Description
This is an automated version and jsonnet dependencies update performed from CI on behalf of @paulfantom. This is an automated version and jsonnet dependencies update performed from CI.
Configuration of the workflow is located in `.github/workflows/versions.yaml` Configuration of the workflow is located in `.github/workflows/versions.yaml`