chore: Update CI files to point at new versions branch

This commit is contained in:
Joachim Van Herwegen 2023-05-02 11:28:05 +02:00
parent c4337a6d90
commit c356f7e6d2
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ updates:
interval: "daily" interval: "daily"
time: "03:35" time: "03:35"
timezone: "Europe/Brussels" timezone: "Europe/Brussels"
target-branch: "versions/6.0.0" target-branch: "versions/next-major"
ignore: ignore:
# Ignore minor and patch version updates # Ignore minor and patch version updates
- dependency-name: "*" - dependency-name: "*"

View File

@ -12,7 +12,7 @@ jobs:
matrix: matrix:
branch: branch:
- 'main' - 'main'
- 'versions/6.0.0' - 'versions/next-major'
uses: ./.github/workflows/cth-test.yml uses: ./.github/workflows/cth-test.yml
with: with:
branch: ${{ matrix.branch }} branch: ${{ matrix.branch }}