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"
time: "03:35"
timezone: "Europe/Brussels"
target-branch: "versions/6.0.0"
target-branch: "versions/next-major"
ignore:
# Ignore minor and patch version updates
- dependency-name: "*"

View File

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